unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* kill-whole-line
@ 2003-05-26  0:34 Markus Rost
  2003-05-26  0:54 ` kill-whole-line Luc Teirlinck
  2003-05-26  1:01 ` kill-whole-line Luc Teirlinck
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Rost @ 2003-05-26  0:34 UTC (permalink / raw)


If point is on the last line of the buffer and you hit <S-backspace>
(which runs the command kill-whole-line), you get an error: End of buffer

Evaluating the form

(progn
  (goto-char (point-max))
  (kill-whole-line)
  )

has the same effect, and buffer *Messages* will contain the line

if: End of buffer

I doubt that this behavior is desirable.

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

end of thread, other threads:[~2003-05-26  1:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26  0:34 kill-whole-line Markus Rost
2003-05-26  0:54 ` kill-whole-line Luc Teirlinck
2003-05-26  1:08   ` kill-whole-line Markus Rost
2003-05-26  1:01 ` kill-whole-line Luc Teirlinck

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