GNU bug report logs - #11388
24.0.95; Improper kill-line in zone.el

Previous Next

Package: emacs;

Reported by: "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>

Date: Tue, 1 May 2012 14:16:01 UTC

Severity: normal

Tags: patch

Found in version 24.0.95

Fixed in version 24.2

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 11388-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 11388-done <at> debbugs.gnu.org
Subject: Re: bug#11388: 24.0.95; Improper kill-line in zone.el
Date: Mon, 07 May 2012 21:41:08 -0400
Version: 24.2

"Aaron S. Hawley" wrote:

> -         (let ((kill-whole-line t))
> -           (kill-line))
> +         (delete-region (point) (line-end-position))

These don't treat newlines the same. I installed:

 (delete-region (point) (line-beginning-position 2))




This bug report was last modified 13 years and 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.