From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Bug in comment-region? Date: Wed, 03 Feb 2016 23:51:31 +0100 Message-ID: <87d1sdif0s.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454539929 2442 80.91.229.3 (3 Feb 2016 22:52:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2016 22:52:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 03 23:52:01 2016 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 1aR6HJ-0006la-8F for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Feb 2016 23:52:01 +0100 Original-Received: from localhost ([::1]:38149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR6HI-0005Af-ME for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Feb 2016 17:52:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR6H8-0005AL-KB for help-gnu-emacs@gnu.org; Wed, 03 Feb 2016 17:51:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR6H4-0003js-I4 for help-gnu-emacs@gnu.org; Wed, 03 Feb 2016 17:51:50 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR6H4-0003jm-B8 for help-gnu-emacs@gnu.org; Wed, 03 Feb 2016 17:51:46 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aR6Gy-0006Ml-Vb for help-gnu-emacs@gnu.org; Wed, 03 Feb 2016 23:51:41 +0100 Original-Received: from f051039154.adsl.alicedsl.de ([78.51.39.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Feb 2016 23:51:40 +0100 Original-Received: from tjolitz by f051039154.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Feb 2016 23:51:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: f051039154.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:0umc/nyFTjNMNoqzdmVMvv7j2+o= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:108993 Archived-At: Hi List, In emacs-lisp-mode, when marking lines 2 and 3 and calling M-x comment-region ,---- | ;; * WAITING foo | - State "WAITING" from "TODO" [2016-02-03 Mi 23:46] \\ | waiting for bar `---- I get this ,---- | ;; * WAITING foo | ;; - State "WAITING" from "TODO" [2016-02-03 Mi 23:46] \\ | ;; waiting for bar `---- which looks like a bug to me - the comment chars should always be at BOL, shouldn't they? -- cheers, Thorsten