From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: taking first and last char of delimited form Date: Sat, 06 Jun 2009 16:51:19 +0200 Message-ID: <4A2A8267.7080500@easy-emacs.de> References: <4A2A80CA.5040105@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1244299811 15845 80.91.229.12 (6 Jun 2009 14:50:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jun 2009 14:50:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 06 16:50:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MCxDj-0003UH-RQ for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Jun 2009 16:50:08 +0200 Original-Received: from localhost ([127.0.0.1]:40835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCxDj-000388-BN for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Jun 2009 10:50:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCxD4-0002n6-UN for help-gnu-emacs@gnu.org; Sat, 06 Jun 2009 10:49:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCxD0-0002jR-8T for help-gnu-emacs@gnu.org; Sat, 06 Jun 2009 10:49:26 -0400 Original-Received: from [199.232.76.173] (port=46851 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCxD0-0002j9-2o for help-gnu-emacs@gnu.org; Sat, 06 Jun 2009 10:49:22 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:58058) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCxCz-0001NC-D8 for help-gnu-emacs@gnu.org; Sat, 06 Jun 2009 10:49:21 -0400 Original-Received: from [192.168.178.27] (p54BEB1ED.dip0.t-ipconnect.de [84.190.177.237]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1MCxCx1JOR-000kIG; Sat, 06 Jun 2009 16:49:19 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <4A2A80CA.5040105@online.de> X-Provags-ID: V01U2FsdGVkX18U0pnvgLTBDFQZupD8qOPMxD+p74UWZ+Pgqyz D/xyL5n1wG5NrNYjXTEBAWrn2lnsnr52F/P0CbpDO5Q8JAl39l ThZMeHcBbJC8dFDzCb/Q8mnPgOxvSdLVjbF87Kzi80= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64991 Archived-At: Andreas Roehler wrote: > Hi, > > if a function takes the first and the last char of a > delimited form (doublequoted, braced etc.), how should > it be called? > > BTW is that function already available? > > Thanks > > Andreas Röhler > > -- > http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/ > https://code.launchpad.net/s-x-emacs-werkstatt/ > > > > I should be more precise: it stripes, chops that chars from it, returns the curbed(?), tailored(?) result.