all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22107: 25.1; Wrong docstring for this-single-command-keys
@ 2015-12-07 15:42 Artur Malabarba
  2015-12-07 18:10 ` Glenn Morris
                   ` (2 more replies)
  0 siblings, 3 replies; 48+ messages in thread
From: Artur Malabarba @ 2015-12-07 15:42 UTC (permalink / raw)
  To: 22107

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

The docstring says:

Unlike ‘this-command-keys’, this function’s value
does not include prefix arguments.

However, the function ‘this-command-keys’ also does not seem to return
prefix arguments. I tested this by evaluating the following code and then
typing C-u C-F3. (the output is just [C-f3])


(defun bababa ()
  (interactive)
  (message "%s" (this-command-keys)))

(global-set-key (kbd "C-<f3>") #'bababa)

[-- Attachment #2: Type: text/html, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2020-10-07  4:10 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 15:42 bug#22107: 25.1; Wrong docstring for this-single-command-keys Artur Malabarba
2015-12-07 18:10 ` Glenn Morris
2015-12-07 21:46   ` Artur Malabarba
2015-12-07 21:55     ` Glenn Morris
2015-12-07 22:10       ` Artur Malabarba
2015-12-08  1:20         ` Glenn Morris
2015-12-08 12:01           ` Artur Malabarba
2015-12-08 16:59             ` Eli Zaretskii
2015-12-09  3:28               ` Stefan Monnier
     [not found]                 ` <83mvtkb882.fsf@gnu.org>
2015-12-09  4:53                   ` Stefan Monnier
     [not found]                     ` <83io47blbq.fsf@gnu.org>
2015-12-10 18:34                       ` Stefan Monnier
2015-12-10 18:37                         ` Stefan Monnier
2015-12-10 18:50                           ` Eli Zaretskii
2015-12-11  4:17                             ` Stefan Monnier
     [not found]                               ` <83eget8gos.fsf@gnu.org>
2015-12-11 14:49                                 ` Stefan Monnier
     [not found]                                   ` <83poyd6m1b.fsf@gnu.org>
2015-12-12  3:57                                     ` Stefan Monnier
2015-12-12  4:28                                       ` Stefan Monnier
2015-12-12  7:55                                         ` Eli Zaretskii
2015-12-12 14:25                                           ` Stefan Monnier
2015-12-12 14:55                                             ` Eli Zaretskii
2015-12-12 23:34                                               ` John Wiegley
2015-12-13  4:16                                                 ` Stefan Monnier
2015-12-13 10:12                                                   ` Artur Malabarba
2015-12-13 15:37                                                     ` Eli Zaretskii
2015-12-13 20:53                                                       ` Artur Malabarba
2015-12-14  3:27                                                         ` Eli Zaretskii
2015-12-14 13:52                                                           ` Artur Malabarba
2015-12-13 15:53                                                     ` Stefan Monnier
2015-12-13 17:25                                                     ` Drew Adams
2015-12-13 20:15                                                       ` Stefan Monnier
2020-09-07 15:26                             ` Lars Ingebrigtsen
2020-10-07  4:10                               ` Lars Ingebrigtsen
2015-12-10 18:49                         ` Eli Zaretskii
2015-12-11  4:24                           ` Stefan Monnier
     [not found]                             ` <83bn9x8g12.fsf@gnu.org>
2015-12-11 14:47                               ` Stefan Monnier
2015-12-11  4:17 ` Stefan Monnier
2015-12-11 13:10   ` Artur Malabarba
2015-12-11 14:44     ` Stefan Monnier
2015-12-11 15:39       ` Artur Malabarba
2015-12-12  4:06         ` Stefan Monnier
2016-05-11 13:33 ` bug#22107: this-command-keys no longer returns prefix argument Kaushal Modi
2016-05-11 14:02   ` Eli Zaretskii
2016-05-11 14:08     ` Kaushal Modi
2016-05-11 14:22       ` Stefan Monnier
2016-05-13 11:52         ` Kaushal Modi
2016-05-13 14:10           ` Eli Zaretskii
2016-05-13 15:00             ` Kaushal Modi
2016-05-11 14:18     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.