emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Case problem with menus


From: David Kastrup
Subject: Case problem with menus
Date: Thu, 21 Oct 2004 17:42:26 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

The AUCTeX math menus contain a submenu "greek" as well as a submenu
"Greek".  When one tries clicking on subentries in the "greek" menu, a
message like

<menu-bar> <math> <greek> <α \alpha> is undefined

appears.  If one clicks C-h k "greek"/"gamma", one gets

<menu-bar> <math> <greek> <γ \gamma> runs the command LaTeX-math-Gamma
   which is an interactive Lisp function.
It is bound to ` G, <menu-bar> <math> <greek> <γ \gamma>.
(LaTeX-math-Gamma ARG)

Not documented.

This is a lie, since it actually is the menu
<menu-bar> <math> <Greek> <Γ \Gamma>
that runs this command.

It would appear that the match of the menu is made case insensitive,
and then the match of the menu entry itself is _also_ made case
insensitive.

Bad idea.

In GNU Emacs 21.3.50.4 (i686-pc-linux-gnu, GTK+ Version 2.4.10)
 of 2004-10-05 on lola.goethe.zz
configured using `configure '--prefix=/usr/local/emacs-21' '--with-gtk' 
'--with-scrollbars=ATHENA''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: LaTeX/M

Minor modes in effect:
  reftex-mode: t
  auto-compression-mode: t
  desktop-save-mode: t
  file-name-shadow-mode: t
  iswitchb-mode: t
  minibuffer-electric-default-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t

Recent input:
e x . e <tab> C-s L a T e X - m a t h - d e f <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
C-x b <return> <menu-bar> <math> <greek> <α \alpha> 
<menu-bar> <math> <relational> <≤ \leq> C-/ M-x r e 
p o r t - e m a c s - b u g <tab> <return>

Recent messages:
Removing duplicates... done
Undo!
<menu-bar> <math> <greek> <α \alpha> is undefined
Redo!
Undo! [2 times]
Quit
Mark saved where search started
Auto-saving...done
Undo!
Loading emacsbug...done

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]