emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Various simple.el patches


From: Tak Ota
Subject: Re: Various simple.el patches
Date: Wed, 21 May 2003 11:06:20 -0700 (PDT)

Sorry if I am missing a point but I thought kill-while-line was a part
of kill-line features.

(lambda ()
  (interactive)
  (beginning-of-line)
  (let ((kill-whole-line t))
    (call-interactively 'kill-line)))

Wed, 21 May 2003 09:07:32 -0500 (CDT): Luc Teirlinck <address@hidden> wrote:

> There are still problems with both versions of kill-whole-line I
> proposed.  But these problems might actually be problems with
> kill-region.  I will report somewhat later on these separately, since
> they have nothing to do with kill-whole-line.
> 
> Sincerely,
> 
> Luc.
> 
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/emacs-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]