From: Thien-Thi Nguyen <ttn@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Help improving an elisp function
Date: Fri, 03 Apr 2015 07:20:29 +0200 [thread overview]
Message-ID: <87sichzt2a.fsf@zigzag.favinet> (raw)
In-Reply-To: <7LcTw.28088$kA6.5489@fx46.am4> (Glen Stark's message of "Thu, 02 Apr 2015 14:54:59 GMT")
[-- Attachment #1: Type: text/plain, Size: 764 bytes --]
() Glen Stark <mail@glenstark.net>
() Thu, 02 Apr 2015 14:54:59 GMT
(insert (concat "\n#include \""
(file-name-nondirectory
gas-cpp-include-path)
"\"\n"))
You can replace ‘(insert (concat STRING1 ... STRINGN))’ with
‘(insert STRING1 ... STRINGN)’. This you can discover for
yourself by typing ‘C-h f insert RET’ and noting "&rest ARGS" in
the resulting *Help* buffer.
--
Thien-Thi Nguyen -----------------------------------------------
(if you're human and you know it) read my lisp:
(defun responsep (type via)
(case type
(technical (eq 'mailing-list via))
...))
---------------------------------------------- GPG key: 4C807502
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2015-04-03 5:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-02 14:54 Help improving an elisp function Glen Stark
2015-04-02 15:57 ` Doug Lewan
2015-04-02 23:45 ` Emanuel Berg
2015-04-03 5:20 ` Thien-Thi Nguyen [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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sichzt2a.fsf@zigzag.favinet \
--to=ttn@gnu.org \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).