Richard Stallman <[EMAIL PROTECTED]> writes: > 3. hitting RET on the 'state' button in a customise window prompts > for a character. hitting <f1> causes a lisp error: > > Please provide a precise, self-contained test case for this.
I thought I had been pretty precise, but here's a character-by-character (from C-h l) demonstration of how to open a customize window, search for the 'state' button, hit return and then f1 on it: $ emacs -Q <escape> x c u s t o m i z e - v a r i a b l e <return> c a s e - f o l d - s e a r c h <return> C-s s t a t <return> <return> <f1> In GNU Emacs 22.0.92.7 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-12-22 on trpaslik X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk' '--prefix' '/usr/local' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif'' 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_GB.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
