From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: How many 'comment-start' chars for 'comment-region'? Date: Mon, 18 Feb 2013 18:11:10 +0100 Message-ID: <512260AE.9060405@easy-emacs.de> References: <87mwv1k3qo.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361207474 10258 80.91.229.3 (18 Feb 2013 17:11:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2013 17:11:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 18 18:11:36 2013 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 1U7UFb-0004JC-QM for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Feb 2013 18:11:35 +0100 Original-Received: from localhost ([::1]:33610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7UFG-0000Ei-6a for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Feb 2013 12:11:14 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7UF5-0000DA-1E for help-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:11:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7UEy-0003uy-Qp for help-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:11:02 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:55364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7UEy-0003uX-GB for help-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:10:56 -0500 Original-Received: from [192.168.178.21] (brln-4dbc432a.pool.mediaWays.net [77.188.67.42]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0MGbuW-1U34Oc2sxU-00DF5s; Mon, 18 Feb 2013 18:10:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 In-Reply-To: <87mwv1k3qo.fsf@gmail.com> X-Provags-ID: V02:K0:Y4HBIhCa8Uk5Ub8i9A1pwp9Uvxqbn5eush4eLXYbhIu /BD1IyUrgE6CW2xTcrigVIP7+4L7hTeFQm1lzN2FUohXeVyOD2 J81pWcdpHD8Kli6MqahyfZypL9TPAteNyr1WVkFM8i6v7GsnBF /HbSiHYtc6IvkRv31GYNWLXVgLSUVx7q0m2o9W0SJHxi01UT/m TeAQvNRxHQCuPAHPToTn3956pVJZDzI0h/BcMJ9Ia00ElkeuMU 6moUHm4THVtsvw2eqsnC0/d2JPLBse0pUse9BYMKCOCUKp0yzi ry+t960y3d0JFx3jFK1L0ayR0U7b1k+J0xNc6YIpvrjhZ0nuSX LQuSb6fF+4Y+u0DzkBRoyyWtIcnlrpxXv0K1CXH+B X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.126.187 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:89144 Archived-At: Am 18.02.2013 17:04, schrieb Thorsten Jolitz: > > Hi List, > > is there any (major-mode) variable where the number of 'comment-start' > characters used when calling 'comment-region' is defined (I couldn't > find one). > > E.g. its two in Emacs Lisp (';; text') but one in LaTeX ('% text'). > > Or is the only way to find out looking at the code of the respective > major-mode that implements the 'comment-region' function? > comment-add?