GNU bug report logs -
#3395
23.0.94; Remove colon after option etc. name
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Tue, 26 May 2009 23:45:03 UTC
Severity: minor
Tags: wontfix
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #40 received at 3395 <at> emacsbugs.donarmstrong.com (full text, mbox):
> I don't use `variable-at-point'. I do use a command that uses Emacs-Lisp symbol
> syntax, which is the right syntax to use here.
So you request a change of cus-edit.el just because you're not able to
write a command that DTRT here ;-)
>> Commands that do not change the syntax table do get this right. Try,
>> for example, info-lookup on such an item. It should even work for
>> unlispified items.
>
> That's fine, but it is totally unrelated to what I reported and requested.
It is related because it can find things you're not able to find.
> This is not about changing the command. It is simply about removing the useless
> colon. Is that too hard?
It might be.
>> Changing customization code is 100% dangerous.
>
> Don't be ridiculous. You are making, in several separate ways, a mountain out of
> a mole hill.
Hence code like
(unless (string-match ":" format)
(error "Bad format"))
in cus-edit.el is something you understand and can explain.
martin
This bug report was last modified 14 years and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.