emacs-devel
[Top][All Lists]
Advanced

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

RE: [External] : Re: master 927b885 1/3: Disable filtering of commands i


From: Drew Adams
Subject: RE: [External] : Re: master 927b885 1/3: Disable filtering of commands in M-x completion
Date: Thu, 18 Feb 2021 20:22:37 +0000

> > (defun foo (&optional beg end)
> >  (interactive "r")
> >  (message "FOO"))
> >
> > 1. `emacs -Q'
> > 2. Eval that defun.
> > 3. `M-x foo'
> >
> > Just works.
> > No mark set, no active region, no error.
> > What am I missing?
> 
> I have no idea.  Here it signals an error,
> in Emacs 26, 27, and 28.

OK, interesting.  Here it doesn't.
MS Windows 10
Emacs 23 through 27.1
emacs -Q

`mark-even-if-inactive' = t
(default in Emacs 23 and later)



reply via email to

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