GNU bug report logs -
#21576
24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil
Previous Next
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.
Full log
View this message in rfc822 format
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
This bug report was last modified 8 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.