unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15751: 24.3.50; region-extract-function
@ 2013-10-30  0:08 Katsumi Yamaoka
  2013-10-30  2:52 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2013-10-30  0:08 UTC (permalink / raw)
  To: 15751

The default function for it requires one argument, but
`copy-region-as-kill' calls it with no arg.

Debugger entered--Lisp error:\
 (wrong-number-of-arguments ((compilation-current-error compilation-context-lines t) (delete) (if (region-beginning) (progn (if (eq delete (quote delete-only)) (delete-region (region-beginning) (region-end)) (filter-buffer-substring (region-beginning) (region-end) delete))))) 0)
[...]
  copy-region-as-kill(148162 148210 1)
  kill-ring-save(148162 148210 1)
  call-interactively(kill-ring-save nil nil)
  command-execute(kill-ring-save)





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

* bug#15751: 24.3.50; region-extract-function
  2013-10-30  0:08 bug#15751: 24.3.50; region-extract-function Katsumi Yamaoka
@ 2013-10-30  2:52 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2013-10-30  2:52 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 15751-done

> The default function for it requires one argument, but
> `copy-region-as-kill' calls it with no arg.

Ha, indeed.  I just fixed it it a minute ago.


        Stefan





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

end of thread, other threads:[~2013-10-30  2:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  0:08 bug#15751: 24.3.50; region-extract-function Katsumi Yamaoka
2013-10-30  2:52 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).