emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#6830: closed (widget-complete bad completions in :


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#6830: closed (widget-complete bad completions in :type 'file)
Date: Sat, 10 Mar 2012 04:52:02 +0000

Your message dated Fri, 09 Mar 2012 11:46:59 -0500
with message-id <address@hidden>
and subject line Re: bug#6830: widget-complete bad completions in :type 'file
has caused the debbugs.gnu.org bug report #6830,
regarding widget-complete bad completions in :type 'file
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6830: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6830
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: widget-complete bad completions in :type 'file Date: Mon, 9 Aug 2010 13:45:58 +0200
I get bad completion alternatives in Custom for a field of type
"file". It looks like it takes the files in the current directory and
disregards the contents of the field.

To see it start from "emacs -Q" and evaluate

(defcustom pause-later-file "~/.emacs-pause-later"
  "File for storing pauses to do later."
  :type 'file
  :group 'pause-yoga)

Then do "M-x customize-option" to customize it. Go to the file field,
enter some text and do "M-x widget-complete" (the only way to complete
it in an unpatched Emacs on w32).

With a trunk checkout from 2010-08-04 on w32.
I get a list of the file in the current dir.



--- End Message ---
--- Begin Message --- Subject: Re: bug#6830: widget-complete bad completions in :type 'file Date: Fri, 09 Mar 2012 11:46:59 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)
>> Does the patch below fix the problem?
> It does, but on Windows both `before_field' and `field' now have the
> value of the widget, not of `completion'.

Thanks, installed,


        Stefan


--- End Message ---

reply via email to

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