GNU bug report logs -
#4217
23.1; probable mode-line bug
Previous Next
Reported by: Eli Barzilay <eli <at> barzilay.org>
Date: Thu, 20 Aug 2009 22:40:05 UTC
Severity: minor
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Aug 24, Glenn Morris wrote:
> Eli Barzilay wrote:
>
> > In this bit in "bindings.el" from the code that sets the modeline
> > format:
> >
> > `(which-func-mode ("" which-func-format ,dashes))
> > `(global-mode-string (,dashes global-mode-string))
> >
> > it looks like there is a typo, and the first line should also have the
> > dashes before the format string.
>
> The following makes more sense to me. OK?
I thought that having them at the front makes more sense -- due to the
following "-%-".
> ***************
> *** 356,362 ****
> (propertize " " 'help-echo help-echo)
> 'mode-line-modes
> `(which-func-mode ("" which-func-format ,dashes))
> ! `(global-mode-string (,dashes global-mode-string))
> (propertize "-%-" 'help-echo help-echo)))
> (standard-mode-line-modes
> (list
> --- 364,370 ----
> (propertize " " 'help-echo help-echo)
> 'mode-line-modes
> `(which-func-mode ("" which-func-format ,dashes))
> ! `(global-mode-string ("" global-mode-string ,dashes))
> (propertize "-%-" 'help-echo help-echo)))
> (standard-mode-line-modes
> (list
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
This bug report was last modified 16 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.