From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brendan Miller Newsgroups: gmane.emacs.help Subject: Re: asm mode doesn't recognize gas comments... Date: Sat, 23 Jan 2010 10:22:53 -0800 Message-ID: References: <871vhglxfd.fsf@fh-trier.de> <87tyuckiq8.fsf@fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1264271082 8954 80.91.229.12 (23 Jan 2010 18:24:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jan 2010 18:24:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas Politz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 23 19:24:35 2010 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 1NYkec-000235-Kf for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jan 2010 19:24:34 +0100 Original-Received: from localhost ([127.0.0.1]:60887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYke0-0000nm-T4 for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jan 2010 13:23:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYkdf-0000m1-0Y for help-gnu-emacs@gnu.org; Sat, 23 Jan 2010 13:23:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYkda-0000h2-Cq for help-gnu-emacs@gnu.org; Sat, 23 Jan 2010 13:23:14 -0500 Original-Received: from [199.232.76.173] (port=54380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYkda-0000gv-AJ for help-gnu-emacs@gnu.org; Sat, 23 Jan 2010 13:23:10 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:64695) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYkdW-0003yC-Qr for help-gnu-emacs@gnu.org; Sat, 23 Jan 2010 13:23:10 -0500 Original-Received: by pxi30 with SMTP id 30so1443812pxi.14 for ; Sat, 23 Jan 2010 10:22:53 -0800 (PST) Original-Received: by 10.142.66.38 with SMTP id o38mr3090856wfa.336.1264270973044; Sat, 23 Jan 2010 10:22:53 -0800 (PST) In-Reply-To: <87tyuckiq8.fsf@fh-trier.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:71404 Archived-At: On Sat, Jan 23, 2010 at 6:18 AM, Andreas Politz wrote: > Andreas Politz writes: >>> >>> Brendan >> >> (setq asm-comment-char ?#) >> >> It think it has to be a character (not a string). >> >> -ap > > (setq asm-comment-char ?\#) > > Better escape the lisp comment char. > > -ap > > > > Ah! That works thanks!