GNU bug report logs - #21576
24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil

Previous Next

Package: emacs;

Reported by: Tino Calancha <f92capac <at> gmail.com>

Date: Mon, 28 Sep 2015 13:19:02 UTC

Severity: minor

Tags: fixed, patch

Found in version 24.5

Fixed in version 26.1

Done: Lars 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 21576 in the body.
You can then email your comments to 21576 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#21576; Package emacs. (Mon, 28 Sep 2015 13:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tino Calancha <f92capac <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 28 Sep 2015 13:19:02 GMT) Full text and rfc822 format available.

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

From: Tino Calancha <f92capac <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument
 is nil
Date: Mon, 28 Sep 2015 22:21:02 +0900 (JST)
[Message part 1 (text/plain, inline)]

[patch1 (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21576; Package emacs. (Tue, 23 Feb 2016 09:19:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Tino Calancha <f92capac <at> gmail.com>
Cc: 21576 <at> debbugs.gnu.org
Subject: Re: bug#21576: 24.5;
 `ibuffer-copy-filename-as-kill' fails when optional argument is nil
Date: Tue, 23 Feb 2016 20:17:42 +1100
Tino Calancha <f92capac <at> gmail.com> writes:

> *** ibuf-ext.el	        2015-09-28 22:17:18.133651830 +0900
> --- ibuf-ext_patch1.el	2015-09-28 22:17:18.175651830 +0900
> ***************
> *** 1402,1408 ****
>     (if (zerop (ibuffer-count-marked-lines))
>         (message "No buffers marked; use 'm' to mark a buffer")
>       (let ((ibuffer-copy-filename-as-kill-result "")
> ! 	  (type (cond ((zerop arg)
>   		       'full)
>   		      ((= arg 4)
>   		       'relative)
> --- 1402,1408 ----
>     (if (zerop (ibuffer-count-marked-lines))
>         (message "No buffers marked; use 'm' to mark a buffer")
>       (let ((ibuffer-copy-filename-as-kill-result "")
> ! 	  (type (cond ((or (null arg) (zerop arg))
>   		       'full)
>   		      ((= arg 4)
>   		       'relative)

Thanks; applied to the Emacs trunk.

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




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 23 Feb 2016 09:19:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.2, send any further explanations to 21576 <at> debbugs.gnu.org and Tino Calancha <f92capac <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 23 Feb 2016 09:19:03 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, 22 Mar 2016 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:08 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 26.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:08 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 25.2. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:08 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. (Sun, 01 Jan 2017 12:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 227 days ago.

Previous Next


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