all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: emacs-devel@gnu.org
Subject: [david.hansen@physik.fu-berlin.de: partial-completion-mode and Info-menu]
Date: Wed, 07 Mar 2007 22:15:55 -0500	[thread overview]
Message-ID: <E1HP96h-00082C-Fu@fencepost.gnu.org> (raw)

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 -------

             reply	other threads:[~2007-03-08  3:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-08  3:15 Richard Stallman [this message]
2007-03-08  9:14 ` [david.hansen@physik.fu-berlin.de: partial-completion-mode and Info-menu] 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1HP96h-00082C-Fu@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.