[ESS-bugs] ess-mode 5.3.9; incorrect indentation in an Info section

Sebastian P. Luque spluque at gmail.com
Mon Oct 20 16:17:10 CEST 2008



This bug report will be sent to the ESS bugs email list
Press C-c C-c when you are ready to send your message.

The New Features section of the Info manual (newfeat.texi) results in
incorrectly indented text.  Wrapping all the itemize environments in
that section produces more readable lists:

Index: doc/newfeat.texi
===================================================================
--- doc/newfeat.texi	(revision 3951)
+++ doc/newfeat.texi	(working copy)
@@ -1,3 +1,5 @@
+ at itemize @w
+
 Changes/New Features in 5.3.9:
 @itemize @bullet
 @item @ESS{[SAS]}: evince PDF viewer now supported as well; search order:
@@ -622,3 +624,5 @@
 three modes know the S language, syntax, and indentation patterns and
 provide the syntactic highlighting that eases the programming tasks.
 @end itemize
+
+ at end itemize




[ess-site.el]: ess-customize-alist=nil 
[ess-site.el _2_]: ess-customize-alist=nil 
(S): ess-s-versions-create making M-x defuns for 
 
(R): ess-r-versions-create making M-x defuns for 
 



Emacs  : GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2008-10-18 on elegiac, modified by Debian
Package: ess-mode 5.3.9

current state:
==============
(setq
 ess-language "R"
 ess-dialect nil
 ess-ask-for-ess-directory t
 ess-ask-about-transfile nil
 ess-directory nil
 ess-keep-dump-files "always"
 ess-source-directory "~/Scripts/R"
 )


Cheers,

-- 
Sebastian



More information about the ESS-bugs mailing list