all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Tino Calancha <f92capac@gmail.com>
Cc: 21576@debbugs.gnu.org
Subject: bug#21576: 24.5; `ibuffer-copy-filename-as-kill' fails when optional argument is nil
Date: Tue, 23 Feb 2016 20:17:42 +1100	[thread overview]
Message-ID: <87povnwzt5.fsf@gnus.org> (raw)
In-Reply-To: <alpine.LRH.2.20.1509282213040.29544@calancha-ilc.kek.jp> (Tino Calancha's message of "Mon, 28 Sep 2015 22:21:02 +0900 (JST)")

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





      reply	other threads:[~2016-02-23  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87povnwzt5.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=21576@debbugs.gnu.org \
    --cc=f92capac@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.