all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7503: copy-and-insert-previous-line
@ 2010-11-28 10:27 Mads Jensen
  2010-11-28 11:10 ` Andreas Schwab
  2010-11-28 21:05 ` MON KEY
  0 siblings, 2 replies; 12+ messages in thread
From: Mads Jensen @ 2010-11-28 10:27 UTC (permalink / raw)
  To: 7503

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

I couldn't find a similar macro which did the same trick, so I wrote one
myself:

(defun copy-and-insert-previous-line ()
  (interactive)
  (save-excursion
    (goto-line (1- (line-number-at-pos)))
    (copy-current-line))
  (yank))

It's quite useful for much of the typing I do.
-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

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

end of thread, other threads:[~2010-11-28 21:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28 10:27 bug#7503: copy-and-insert-previous-line Mads Jensen
2010-11-28 11:10 ` Andreas Schwab
2010-11-28 12:56   ` Leo
2010-11-28 13:37   ` Eli Zaretskii
2010-11-28 14:13     ` martin rudalics
2010-11-28 14:28       ` Eli Zaretskii
2010-11-28 15:04         ` martin rudalics
2010-11-28 15:44           ` Eli Zaretskii
2010-11-28 16:11             ` martin rudalics
2010-11-28 14:32   ` Mads Jensen
2010-11-28 18:57     ` Stefan Monnier
2010-11-28 21:05 ` MON KEY

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.