From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.emacs.help Subject: How do I disable electric comments? Date: Thu, 19 Apr 2012 10:24:40 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1334856314 21795 80.91.229.3 (19 Apr 2012 17:25:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2012 17:25:14 +0000 (UTC) To: GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 19 19:25:14 2012 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 1SKv6X-00072o-R7 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 19:25:13 +0200 Original-Received: from localhost ([::1]:53088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKv6X-0003bd-5U for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2012 13:25:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKv6P-0003YT-EC for help-gnu-emacs@gnu.org; Thu, 19 Apr 2012 13:25:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKv6N-0003KX-LI for help-gnu-emacs@gnu.org; Thu, 19 Apr 2012 13:25:05 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:38415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKv6N-0003Fe-FQ for help-gnu-emacs@gnu.org; Thu, 19 Apr 2012 13:25:03 -0400 Original-Received: by yenm8 with SMTP id m8so5566904yen.0 for ; Thu, 19 Apr 2012 10:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=J8tpchizkLIaOukda0gyURvCsxmTHDSu1diYemtzrTA=; b=n1VIl72HVOPRlRgiPTxj+H/kk+jW5/DVHgpllDN361+PQ7esh0Xh0lzMZUCmbMK5Jp 1KUq7RMbgkc9kgRWTtmBDfZJbVXv5S38XaVz978tG4CLuSAwa6nIc+k2DU+Ri3MZ6jQ5 MMCE90iWCFsMtRNAdvsfEZ8GC70AQWP+rzdg96yRMiA/GDcEvM2+6qUo9ezFOCrjX3P8 oPCdRJZFbYYU0j4OwXymwPAdvrRQmbbsUH20R2q2myh55WPH4m1SJZpwv3QDf9aikJOv 4QfEi7Sas4ii5hFB/WErPTzJ3Z5N17TWZuZDUj3pBSMQwi0/vsq2eXTm/YTqDBMDdMuv I6Zg== Original-Received: by 10.50.153.226 with SMTP id vj2mr18178846igb.33.1334856300792; Thu, 19 Apr 2012 10:25:00 -0700 (PDT) Original-Received: by 10.42.85.2 with HTTP; Thu, 19 Apr 2012 10:24:40 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.169 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:84515 Archived-At: Hi, I like electric mode for typing C. The problem is the effort required to format comments the way I want to. The electric comment mode keeps wanting to reformat my comment for me. It does it in a way that I do not like at all and I see no obvious way to make it leave me alone. (Sometimes I have to resort to going into text mode, entering the comment and then go back to "C".) How do I fix this? Thank you!! Regards, Bruce