From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Help improving an elisp function Date: Fri, 03 Apr 2015 07:20:29 +0200 Message-ID: <87sichzt2a.fsf@zigzag.favinet> References: <7LcTw.28088$kA6.5489@fx46.am4> Reply-To: help-gnu-emacs@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1428040447 21572 80.91.229.3 (3 Apr 2015 05:54:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2015 05:54:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 03 07:54:03 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YduYL-00022P-JI for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Apr 2015 07:54:01 +0200 Original-Received: from localhost ([::1]:60970 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YduYL-0003tD-4v for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Apr 2015 01:54:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YduYA-0003t6-32 for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 01:53:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YduY6-0004gD-L3 for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 01:53:49 -0400 Original-Received: from mail.agora-net.com ([67.59.132.6]:55678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YduY6-0004g8-GM for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 01:53:46 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.71) (envelope-from ) id 1YduY5-00059i-CK for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 01:53:45 -0400 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1Ydu22-00035L-B7 for help-gnu-emacs@gnu.org; Fri, 03 Apr 2015 07:20:38 +0200 Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <7LcTw.28088$kA6.5489@fx46.am4> (Glen Stark's message of "Thu, 02 Apr 2015 14:54:59 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ttn@gnuvola.org X-SA-Exim-Scanned: No (on mail.agora-net.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 67.59.132.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103527 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () Glen Stark () Thu, 02 Apr 2015 14:54:59 GMT (insert (concat "\n#include \"" (file-name-nondirectory gas-cpp-include-path) "\"\n")) You can replace =E2=80=98(insert (concat STRING1 ... STRINGN))=E2=80=99 with =E2=80=98(insert STRING1 ... STRINGN)=E2=80=99. This you can discover for yourself by typing =E2=80=98C-h f insert RET=E2=80=99 and noting "&rest ARG= S" in the resulting *Help* buffer. =2D-=20 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)) ...)) =2D--------------------------------------------- GPG key: 4C807502 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlUeIx8ACgkQZwMiJEyAdQLDCQCglizs6qElS396+an3xinGV9yn M3IAoM//fo7NCnpZD/oV8x3lmsu+KeWM =pg4t -----END PGP SIGNATURE----- --=-=-=--