[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7503: copy-and-insert-previous-line
From: |
Stefan Monnier |
Subject: |
bug#7503: copy-and-insert-previous-line |
Date: |
Sun, 28 Nov 2010 13:57:51 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> There is a difference between my version, and this one, as mine doesn't
> add the newline-character from the end of the previous line.
I think such differences is the reason why such commands are not very
good candidates for inclusion in Emacs: there are so many different
commands that do something along these lines, that adding them all would
not make much sense.
Luckily, we do have two generic solutions for it:
- you can define it in Elisp as you've done.
- you can define it as a macro.
Stefan
- bug#7503: copy-and-insert-previous-line, Mads Jensen, 2010/11/28
- bug#7503: copy-and-insert-previous-line, Andreas Schwab, 2010/11/28
- bug#7503: copy-and-insert-previous-line, Leo, 2010/11/28
- bug#7503: copy-and-insert-previous-line, Eli Zaretskii, 2010/11/28
- bug#7503: copy-and-insert-previous-line, martin rudalics, 2010/11/28
- bug#7503: copy-and-insert-previous-line, Eli Zaretskii, 2010/11/28
- bug#7503: copy-and-insert-previous-line, martin rudalics, 2010/11/28
- bug#7503: copy-and-insert-previous-line, Eli Zaretskii, 2010/11/28
- bug#7503: copy-and-insert-previous-line, martin rudalics, 2010/11/28
bug#7503: copy-and-insert-previous-line, Mads Jensen, 2010/11/28
- bug#7503: copy-and-insert-previous-line,
Stefan Monnier <=
bug#7503: copy-and-insert-previous-line, MON KEY, 2010/11/28