From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [david.hansen@physik.fu-berlin.de: partial-completion-mode and Info-menu] Date: Wed, 07 Mar 2007 22:15:55 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1173323898 31006 80.91.229.12 (8 Mar 2007 03:18:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2007 03:18:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 08 04:18:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HP98p-0004gm-Nl for ged-emacs-devel@m.gmane.org; Thu, 08 Mar 2007 04:18:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP98z-0004e5-Ap for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 22:18:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HP98a-0004Xj-PO for emacs-devel@gnu.org; Wed, 07 Mar 2007 22:17:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HP98Z-0004XF-ID for emacs-devel@gnu.org; Wed, 07 Mar 2007 22:17:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP98Z-0004XA-6f for emacs-devel@gnu.org; Wed, 07 Mar 2007 22:17:51 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HP98O-0007Uo-Nv for emacs-devel@gnu.org; Wed, 07 Mar 2007 22:17:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HP96h-00082C-Fu; Wed, 07 Mar 2007 22:15:55 -0500 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67549 Archived-At: Would someone please DTRT, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE, UNPARSEABLE_RELAY autolearn=no version=3.1.0 From: David Hansen To: emacs-pretest-bug@gnu.org Organization: disorganized Date: Wed, 07 Mar 2007 14:58:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: partial-completion-mode and Info-menu 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 emacs-pretest-bug@gnu.org 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 SPC / c o m p l e . * SPC ~ / s h e m 2 2 l i c o m p l e C-p C-e c o m o p l . e C-a C-M-k C-M-k g z i p SPC y C-x b C-g M-x r e p o r b u 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 emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------