emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: partial-completion-mode and Info-menu]


From: David Hansen
Subject: Re: address@hidden: partial-completion-mode and Info-menu]
Date: Fri, 09 Mar 2007 06:29:43 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

On Thu, 08 Mar 2007 16:47:46 -0500 Richard Stallman wrote:

>     I believe the patch presented by Martin Rudalics in the thread "EVAL
>     and mouse selection in *Completion" will fix this issue as well.
>
> That has been installed, I think.  So this should be fixed.

I still get the error:

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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]