[ESS-bugs] ess-mode 12.04-3 [<unknown>]; help is broken

Vitalie Spinu spinuvit at gmail.com
Wed Jun 27 22:20:19 CEST 2012


  >> Rodney Sparapani <rsparapa at mcw.edu>
  >> on Wed, 27 Jun 2012 14:37:33 -0500 wrote:

  > On 06/27/2012 02:26 PM, Sam Steingold wrote:
  >> Emacs  : GNU Emacs 24.1.50.2 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
  >> of 2012-06-26 on t520sds
  >> Package: ess-mode 12.04-3 [<unknown>]

  > It works for me.  Is 24.1.50.2 the stable release of emacs?

It works fine for me on all versions of emacs including the snapshot
24.1.50.2.   

I can infer from the backtrack where the bug lies. It's these lines  in ess-help

    (if (and res return-match searching)
	(list (match-beginning 0) (match-end 0))

res here can be t if the buffer length is less than 80 chars. Then
match-beginning and match-end are meaningless. 

In any case the buffer should not be < 80 chars. Something else is
fishy over there. 

I will commit a patch, but we would better simplify the help system, as
it's unnecessary complicated.

Vitalie.



More information about the ESS-bugs mailing list