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

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

bug#19013: 25.0.50; Suggestions for M-x commands


From: Lars Magne Ingebrigtsen
Subject: bug#19013: 25.0.50; Suggestions for M-x commands
Date: Sun, 16 Nov 2014 20:41:05 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

By the way, there are things like

        (unless (or binding executing-kbd-macro (not (symbolp function))
                    (<= (length (symbol-name function)) 2))

in the code, and reading it, I don't understand the reason for the
`(not (symbolp function))' bit.  It seems like something should have
bugged out a lot earlier if `function' isn't a symbol?  Am I misreading
the code?

(Not to mention that `(unless (or ...))' is...  Doubleplusungood.)

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






reply via email to

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