[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to apply (multi file) patches conveniently
From: |
Thien-Thi Nguyen |
Subject: |
Re: How to apply (multi file) patches conveniently |
Date: |
Wed, 08 Feb 2017 10:48:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
() Michael Heerdegen <michael_heerdegen@web.de>
() Tue, 07 Feb 2017 21:22:30 +0100
(let* ((insert-default-directory nil)
(input (read-directory-name
(format "Dir (default %s): "
(or source-directory
default-directory)))))
Should this be moved into the ‘interactive’ form?
(if (string= input "")
(expand-file-name (or source-directory
default-directory))
input))
You can probably call ‘read-directory-name’ w/ some combination
of DIR, DEFAULT-DIRNAME and INITIAL args to have it produce the
same result.
--
Thien-Thi Nguyen -----------------------------------------------
(defun responsep (query)
(pcase (context query)
(`(technical mailing-list) t)
...)) 748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502
signature.asc
Description: PGP signature
- Re: How to apply (multi file) patches conveniently, (continued)
- Re: How to apply (multi file) patches conveniently, Nick Dokos, 2017/02/07
- Re: How to apply (multi file) patches conveniently, Robert Thorpe, 2017/02/07
- Re: How to apply (multi file) patches conveniently, tomas, 2017/02/07
- Re: How to apply (multi file) patches conveniently, Michael Heerdegen, 2017/02/07
- Re: How to apply (multi file) patches conveniently, tomas, 2017/02/07
Re: How to apply (multi file) patches conveniently, Michael Heerdegen, 2017/02/07
Re: How to apply (multi file) patches conveniently,
Thien-Thi Nguyen <=
Re: How to apply (multi file) patches conveniently, Michael Heerdegen, 2017/02/08
Re: How to apply (multi file) patches conveniently, Thien-Thi Nguyen, 2017/02/09
Re: How to apply (multi file) patches conveniently, Stefan Monnier, 2017/02/07