all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil
@ 2015-09-28 13:21 Tino Calancha
  2016-02-23  9:17 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Tino Calancha @ 2015-09-28 13:21 UTC (permalink / raw)
  To: 21576

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: Type: text/plain, Size: 716 bytes --]

*** 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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil
  2015-09-28 13:21 bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil Tino Calancha
@ 2016-02-23  9:17 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-23  9:17 UTC (permalink / raw)
  To: Tino Calancha; +Cc: 21576

Tino Calancha <f92capac@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-23  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 13:21 bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil Tino Calancha
2016-02-23  9:17 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.