unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Re: problems with save-excursion
@ 2006-03-08 23:00 bhenz
  2006-03-10 19:21 ` Kevin Rodgers
  0 siblings, 1 reply; 9+ messages in thread
From: bhenz @ 2006-03-08 23:00 UTC (permalink / raw)
  Cc: help-gnu-emacs-bounces+bhenz=lexmark.com, help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 758 bytes --]

I believe it's actually complaining about your usage of (interactive) 
without ARGS.

Bob





filcab@gmail.com
Sent by: help-gnu-emacs-bounces+bhenz=lexmark.com@gnu.org
03/08/2006 05:36 PM

 
        To:     help-gnu-emacs@gnu.org
        cc: 
        Subject:        problems with save-excursion


I have the following function:
(defun copy-line ()
   (interactive)
   (save-excursion
      (beginning-of-line)
      (set-mark-command)
      (end-of-line)
      (copy-region-as-kill)))

But it's not working...
It says:
save-excursion: Wrong number of arguments: #[(arg) ... (some trash)


Any clues?

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs



[-- Attachment #1.2: Type: text/html, Size: 1574 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 9+ messages in thread
* problems with save-excursion
@ 2006-03-08 22:36 filcab
  2006-03-08 22:57 ` Katsumi Yamaoka
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: filcab @ 2006-03-08 22:36 UTC (permalink / raw)


I have the following function:
(defun copy-line ()
   (interactive)
   (save-excursion
      (beginning-of-line)
      (set-mark-command)
      (end-of-line)
      (copy-region-as-kill)))

But it's not working...
It says:
save-excursion: Wrong number of arguments: #[(arg) ... (some trash)


Any clues?

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

end of thread, other threads:[~2006-03-15 14:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 23:00 problems with save-excursion bhenz
2006-03-10 19:21 ` Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2006-03-08 22:36 filcab
2006-03-08 22:57 ` Katsumi Yamaoka
2006-03-09  4:30 ` Eli Zaretskii
2006-03-09 10:39 ` Marc Tfardy
2006-03-09 10:43   ` Marc Tfardy
2006-03-11 17:19   ` Stefan Monnier
2006-03-15 14:26 ` Peter Lee

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).