GNU bug report logs -
#7503
copy-and-insert-previous-line
Previous Next
Reported by: Mads Jensen <mje <at> inducks.org>
Date: Sun, 28 Nov 2010 10:23:01 UTC
Severity: wishlist
Tags: wontfix
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 2010-11-28 11:10 +0000, Andreas Schwab wrote:
> (defun duplicate-previous-line ()
> (interactive "*")
> (save-excursion
> (insert
> (buffer-substring (progn (forward-line -1) (point))
> (progn (forward-line 1) (point))))))
There's also this:
,----[ C-h f copy-from-above-command RET ]
| copy-from-above-command is an interactive autoloaded Lisp function in
| `misc.el'.
|
| [Arg list not available until function definition is loaded.]
|
| Not documented.
|
| [back]
`----
Leo
--
Any Emacs contains an ad hoc, informally-specified, bug-ridden, slow
implementation of half of Common Lisp.
This bug report was last modified 11 years and 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.