GNU bug report logs - #11562
24.0.97; Error "Not in an editable field" when `M-TAB' in editable Customize field

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Sat, 26 May 2012 03:15:02 UTC

Severity: minor

Tags: confirmed, easy, fixed, patch

Found in versions 24.0.97, 25.2

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11562 in the body.
You can then email your comments to 11562 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#11562; Package emacs. (Sat, 26 May 2012 03:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 26 May 2012 03:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.0.97;
	Error "Not in an editable field" when `M-TAB' in editable Customize
	field
Date: Fri, 25 May 2012 20:12:39 -0700
emacs -Q
 
(defcustom foo '(current-time-string)
  "@@@@@@@@@@@@@@@"
  :type 'sexp)
 
M-x customize-option foo
 
Type this into the editable field:
 
(current-
 
Then hit `M-TAB'.  You get this inappropriate error message:
 
"Not in an editable field"
 
If completion is not available, the message should say that.  It should
not claim that the field is not editable when it is.
 

In GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600)
 of 2012-05-16 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.6) --no-opt --enable-checking --cflags
 -ID:/devel/emacs/libs/libXpm-3.5.8/include
 -ID:/devel/emacs/libs/libXpm-3.5.8/src
 -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
 -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include
 -ID:/devel/emacs/libs/giflib-4.1.4-1/include
 -ID:/devel/emacs/libs/jpeg-6b-4/include
 -ID:/devel/emacs/libs/tiff-3.8.2-1/include
 -ID:/devel/emacs/libs/gnutls-3.0.9/include'
 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11562; Package emacs. (Sun, 16 Sep 2012 23:55:02 GMT) Full text and rfc822 format available.

Message #8 received at 11562 <at> debbugs.gnu.org (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <11562 <at> debbugs.gnu.org>
Subject: RE: bug#11562: 24.0.97;
	Error "Not in an editable field" when `M-TAB' in editable
	Customizefield
Date: Sun, 16 Sep 2012 16:52:44 -0700
ping





bug Marked as found in versions 25.2. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Wed, 14 Jun 2017 00:30:02 GMT) Full text and rfc822 format available.

Added tag(s) easy and confirmed. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Wed, 14 Jun 2017 00:30:03 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Wed, 14 Jun 2017 00:30:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11562; Package emacs. (Sat, 05 Oct 2019 13:49:01 GMT) Full text and rfc822 format available.

Message #17 received at 11562 <at> debbugs.gnu.org (full text, mbox):

From: Mauro Aranda <maurooaranda <at> gmail.com>
To: 11562 <at> debbugs.gnu.org
Cc: Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#11562: 24.0.97; Error "Not in an editable field" when `M-TAB'
 in editable Customize field
Date: Sat, 5 Oct 2019 10:48:34 -0300
[Message part 1 (text/plain, inline)]
tags 11562 + patch
quit

"Drew Adams" <drew.adams <at> oracle.com> writes:

> emacs -Q
>
> (defcustom foo '(current-time-string)
>   "@@@@@@@@@@@@@@@"
>   :type 'sexp)
>
> M-x customize-option foo
>
> Type this into the editable field:
>
> (current-
>
> Then hit `M-TAB'.  You get this inappropriate error message:
>
> "Not in an editable field"
>
> If completion is not available, the message should say that.  It should
> not claim that the field is not editable when it is.

I attach a patch to fix this.

Best regards,
Mauro.
[Message part 2 (text/html, inline)]
[0001-Fix-message-when-no-completions-available-for-editab.patch (text/x-patch, attachment)]

Added tag(s) patch. Request was from Mauro Aranda <maurooaranda <at> gmail.com> to control <at> debbugs.gnu.org. (Sat, 05 Oct 2019 13:49:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11562; Package emacs. (Mon, 07 Oct 2019 01:37:04 GMT) Full text and rfc822 format available.

Message #22 received at 11562 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Mauro Aranda <maurooaranda <at> gmail.com>
Cc: 11562 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#11562: 24.0.97; Error "Not in an editable field" when
 `M-TAB' in editable Customize field
Date: Mon, 07 Oct 2019 03:36:28 +0200
Mauro Aranda <maurooaranda <at> gmail.com> writes:

>> If completion is not available, the message should say that.  It should
>> not claim that the field is not editable when it is.
>
> I attach a patch to fix this.

Thanks; applied to Emacs 27.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 07 Oct 2019 01:37:05 GMT) Full text and rfc822 format available.

bug marked as fixed in version 27.1, send any further explanations to 11562 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 07 Oct 2019 01:37:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 04 Nov 2019 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.