From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Charles Jackson Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: arm-mode Date: Sun, 18 Aug 2019 06:12:27 +0000 Message-ID: References: Reply-To: Charles Jackson Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="120102"; mail-complaints-to="usenet@blaine.gmane.org" Cc: "emacs-devel@gnu.org" To: "rms@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 18 08:13:28 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hzERT-000V6k-RU for ged-emacs-devel@m.gmane.org; Sun, 18 Aug 2019 08:13:28 +0200 Original-Received: from localhost ([::1]:39356 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hzERS-0008Vc-Mh for ged-emacs-devel@m.gmane.org; Sun, 18 Aug 2019 02:13:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34066) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hzEQi-0008TN-Pu for emacs-devel@gnu.org; Sun, 18 Aug 2019 02:12:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hzEQh-000695-FM for emacs-devel@gnu.org; Sun, 18 Aug 2019 02:12:40 -0400 Original-Received: from mail-40136.protonmail.ch ([185.70.40.136]:33944) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hzEQh-000675-9i for emacs-devel@gnu.org; Sun, 18 Aug 2019 02:12:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1566108750; bh=BAEP9P8ebFYVioU36GUketjB7FOvIvYOz2c4UseA06g=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=F/coRLI+A91JyO3mPwyL4C8+PI17rUJASHeexfSJ/o0TA4QJ2rCBhkc62GpuCFCwr P0EIOudJc0tRy6KbgWqNOhURg5Ta2WkiqELGGDV4kD1DnXAJqAId9F/eQoNeIOeuW1 59KHY2e7dCJ95JgaSjQosnYnjdDDgPJz54sX859Y= In-Reply-To: Feedback-ID: p83t8gvtwwvEnDE9c_Yw65bccluM3oRviDMKpc2tgQfCvUp_cnOnhI2azb4pGx1ROQUEh05HOUWLjr8vTaxtfg==:Ext:ProtonMail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.70.40.136 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239431 Archived-At: Thank you for the code review Stefan. I have implemented most of the fixed = you suggested. Following is what I have a few questions about. I need that M-; key binding because a /* */ style comment should be inser= ted if on an empty line. To my understanding comment-dwim would only insert @ style comments. The reason that (modify-syntax-entry ?_ "w" st) is there is actually define= a help define what a word is for the \< and \> regexp. If it is left out t= hen registers names or anything else used in labels will be highlighted in = their own color. I actually find it annoying when editing, because I don't = always want to skip over underscores. Would it be better to do a different = regexp instead of \< and \> ? =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Sunday, August 11, 2019 8:36 PM, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > I didn't do the derivation because I couldn't get it to work > > > properly. > > Can someone here please help Charles with that? > > -------------------------------------------------- > > Dr Richard Stallman > President, Free Software Foundation (https://gnu.org, https://fsf.org) > Internet Hall-of-Famer (https://internethalloffame.org)