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 [email protected] mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hello, note that this one seems to be *not* related to the other patial-completion-mode bug\|misfeature i reported. Here is how to reproduce: $ emacs -Q M-x partial-completion-mode RET C-h i m Dired-X RET ;; any node with a `-' in its name seems to work Debugger entered--Lisp error: (wrong-type-argument char-or-string-p t) PC-do-completion(exit) PC-do-complete-and-exit() PC-complete-and-exit() call-interactively(PC-complete-and-exit) completing-read("Menu item: " Info-complete-menu-item nil t) (let ((completion-ignore-case t) (Info-complete-menu-buffer ...)) (completing-read (if default ... "Menu item: ") (quote Info-complete-menu-item) nil t)) (setq item (let (... ...) (completing-read ... ... nil t))) (while (null item) (setq item (let ... ...)) (if (string= item "") (if default ... ...))) (let ((item nil)) (while (null item) (setq item ...) (if ... ...)) (list item current-prefix-arg)) (let ((completions ...) (default nil) (p ...) beg (last nil) (case-fold-search t)) (save-excursion (goto-char ...) (if ... ...) (setq beg ...) (and ... ...)) (let (...) (while ... ... ...) (list item current-prefix-arg))) call-interactively(Info-menu) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/dhansen/share/emacs/22.0.95/etc/DEBUG for instructions. In GNU Emacs 22.0.95.3 (i686-pc-linux-gnu, X toolkit) of 2007-03-07 on robotron X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--prefix=/home/dhansen' '--disable-pop' '--with-xtookit=no'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 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.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Info Minor modes in effect: erc-menu-mode: t erc-ring-mode: t erc-pcomplete-mode: t erc-netsplit-mode: t erc-spelling-mode: t erc-truncate-mode: t partial-completion-mode: t TeX-PDF-mode: t jabber-activity-mode: t erc-services-mode: t erc-autojoin-mode: t erc-track-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-smiley-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-readonly-mode: t erc-scrolltobottom-mode: t which-function-mode: t show-paren-mode: t iswitchb-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t abbrev-mode: 1 Recent input: 1 C-c C-c y C-z C-n M-> c p SPC l i s <tab> SPC <backspace> / c o m <tab> p l <tab> e . <tab> * SPC ~ / s h <tab> e m <tab> 2 2 <tab> l i <tab> c o m <tab> p l <tab> e <tab> <M-backspace> <M-backspace> <return> C-p C-e c o m <tab> o <backspace> p l <tab> . <backspace> e <tab> C-a C-M-k C-M-k g z i p SPC <return> y <return> <switch-frame> <switch-frame> <switch-frame> C-x b C-g M-x r e p <tab> o <tab> r <tab> b u <tab> <ret urn> Recent messages: Mark set Partially completed Hit space to flush Partially completed [2 times] Hit space to flush Partially completed [2 times] Hit space to flush Partially completed [2 times] Quit Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
