unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [david.hansen@physik.fu-berlin.de: partial-completion-mode and Info-menu]
@ 2007-03-08  3:15 Richard Stallman
  2007-03-08  9:14 ` Glenn Morris
  0 siblings, 1 reply; 11+ messages in thread
From: Richard Stallman @ 2007-03-08  3:15 UTC (permalink / raw)
  To: emacs-devel

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 <david.hansen@physik.fu-berlin.de>
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 <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
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-03-11  2:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08  3:15 [david.hansen@physik.fu-berlin.de: partial-completion-mode and Info-menu] Richard Stallman
2007-03-08  9:14 ` Glenn Morris
2007-03-08 21:47   ` Richard Stallman
2007-03-09  5:29     ` David Hansen
2007-03-09  7:34       ` martin rudalics
2007-03-09  9:00         ` Glenn Morris
2007-03-09  9:22           ` martin rudalics
2007-03-10  3:06             ` Glenn Morris
2007-03-10  8:46               ` martin rudalics
2007-03-11  2:39                 ` Glenn Morris
2007-03-09  9:33           ` David Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).