GNU bug report logs - #10841
24.0.92; Add field text property to ERC prompt

Previous Next

Package: emacs;

Reported by: Deniz Dogan <deniz <at> dogan.se>

Date: Sat, 18 Feb 2012 20:59:01 UTC

Severity: wishlist

Tags: fixed, patch

Found in version 24.0.92

Fixed in version 24.2

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10841 in the body.
You can then email your comments to 10841 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#10841; Package emacs. (Sat, 18 Feb 2012 20:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Deniz Dogan <deniz <at> dogan.se>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 18 Feb 2012 20:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Deniz Dogan <deniz <at> dogan.se>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.92; Add field text property to ERC prompt
Date: Sat, 18 Feb 2012 21:56:16 +0100
[Message part 1 (text/plain, inline)]
Attached is a patch which adds the field text property to the ERC
prompt.  This allows users to use `kill-whole-line' to kill all text
back to the prompt given that it's on a single line.

[Message part 2 (text/plain, inline)]
=== modified file 'lisp/erc/erc.el'
--- lisp/erc/erc.el	2012-01-19 07:21:25 +0000
+++ lisp/erc/erc.el	2012-02-18 20:50:44 +0000
@@ -3646,6 +3646,7 @@
 				     'start-open t ; XEmacs
 				     'rear-nonsticky t ; Emacs
 				     'erc-prompt t
+				     'field t
 				     'front-sticky t
 				     'read-only t))
 	(erc-put-text-property 0 (1- (length prompt))

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10841; Package emacs. (Tue, 10 Apr 2012 02:54:01 GMT) Full text and rfc822 format available.

Message #8 received at 10841 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Deniz Dogan <deniz <at> dogan.se>
Cc: 10841 <at> debbugs.gnu.org
Subject: Re: bug#10841: 24.0.92; Add field text property to ERC prompt
Date: Tue, 10 Apr 2012 04:52:03 +0200
Deniz Dogan <deniz <at> dogan.se> writes:

> Attached is a patch which adds the field text property to the ERC
> prompt.  This allows users to use `kill-whole-line' to kill all text
> back to the prompt given that it's on a single line.

Thanks; applied.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Added tag(s) fixed. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 10 Apr 2012 02:54:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 24.2, send any further explanations to 10841 <at> debbugs.gnu.org and Deniz Dogan <deniz <at> dogan.se> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 10 Apr 2012 02:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 May 2012 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Deniz Dogan <deniz <at> dogan.se> to control <at> debbugs.gnu.org. (Sun, 17 Jun 2012 13:23:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10841; Package emacs. (Sun, 17 Jun 2012 13:24:02 GMT) Full text and rfc822 format available.

Message #19 received at 10841 <at> debbugs.gnu.org (full text, mbox):

From: Deniz Dogan <deniz <at> dogan.se>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 10841 <at> debbugs.gnu.org
Subject: Re: bug#10841: 24.0.92; Add field text property to ERC prompt
Date: Sun, 17 Jun 2012 15:20:02 +0200
On 2012-04-10 04:52,, Lars Magne Ingebrigtsen wrote:
> Deniz Dogan <deniz <at> dogan.se> writes:
>
>> Attached is a patch which adds the field text property to the ERC
>> prompt.  This allows users to use `kill-whole-line' to kill all text
>> back to the prompt given that it's on a single line.
>
> Thanks; applied.
>

Did this somehow get lost in the release of 24.1?  Now the properties are:

(face erc-prompt-face start-open t rear-nonsticky t erc-prompt t 
front-sticky t read-only t)

I'm using: GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN

Deniz





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10841; Package emacs. (Sun, 17 Jun 2012 18:59:02 GMT) Full text and rfc822 format available.

Message #22 received at 10841 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Deniz Dogan <deniz <at> dogan.se>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 10841 <at> debbugs.gnu.org
Subject: Re: bug#10841: 24.0.92; Add field text property to ERC prompt
Date: Sun, 17 Jun 2012 14:55:21 -0400
Deniz Dogan wrote:

> Did this somehow get lost in the release of 24.1?  Now the properties are:

It was never in the emacs-24 branch, only the trunk. Note that the bug
is marked as fixed in 24.2, not 24.1.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 16 Jul 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 297 days ago.

Previous Next


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