From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: # is no longer electric in C mode? Date: Thu, 21 Jan 2016 18:32:50 +0200 Message-ID: <83twm699l9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453393972 24660 80.91.229.3 (21 Jan 2016 16:32:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jan 2016 16:32:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 21 17:32:47 2016 Return-path: Envelope-to: ged-emacs-devel@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 1aMIAA-0006Cu-Pu for ged-emacs-devel@m.gmane.org; Thu, 21 Jan 2016 17:32:46 +0100 Original-Received: from localhost ([::1]:48595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMIA9-000375-NO for ged-emacs-devel@m.gmane.org; Thu, 21 Jan 2016 11:32:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMIA6-000370-4Q for emacs-devel@gnu.org; Thu, 21 Jan 2016 11:32:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMIA0-0002h8-EV for emacs-devel@gnu.org; Thu, 21 Jan 2016 11:32:42 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMIA0-0002h4-BW; Thu, 21 Jan 2016 11:32:36 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4396 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aMI9z-00053C-N7; Thu, 21 Jan 2016 11:32:36 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198499 Archived-At: I've noticed that typing a preprocessor directive in C mode no longer reindents the line to begin at column zero when I type '#'. Is this a deliberate change? (I think it's a recent change.) I can't find anything in NEWS about this. What did I miss?