From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Changes to comint-line-beginning-position Date: Fri, 30 Oct 2015 09:19:38 -0400 Message-ID: References: <87mvv27d4e.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446211211 21028 80.91.229.3 (30 Oct 2015 13:20:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2015 13:20:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 30 14:20:02 2015 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 1Zs9b8-0006T5-0e for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2015 14:20:02 +0100 Original-Received: from localhost ([::1]:50679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs9b5-000523-VX for ged-emacs-devel@m.gmane.org; Fri, 30 Oct 2015 09:19:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs9at-00051x-7I for emacs-devel@gnu.org; Fri, 30 Oct 2015 09:19:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zs9ao-0005V9-7d for emacs-devel@gnu.org; Fri, 30 Oct 2015 09:19:47 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:37264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs9ao-0005UZ-3K for emacs-devel@gnu.org; Fri, 30 Oct 2015 09:19:42 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0ArEwA731xV/+Z93mhcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBBFYjEAs0EhQYDSSIP88jAQEBAQEFAQEBAR6LOoUFB4QtBbUEI4QUIoJ4AQEB X-IPAS-Result: A0ArEwA731xV/+Z93mhcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBBFYjEAs0EhQYDSSIP88jAQEBAQEFAQEBAR6LOoUFB4QtBbUEI4QUIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="172414652" Original-Received: from 104-222-125-230.cpe.teksavvy.com (HELO pastel.home) ([104.222.125.230]) by ironport2-out.teksavvy.com with ESMTP; 30 Oct 2015 09:19:38 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1D8396006E; Fri, 30 Oct 2015 09:19:38 -0400 (EDT) In-Reply-To: <87mvv27d4e.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 29 Oct 2015 02:05:37 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:192965 Archived-At: > - (when (save-excursion (comint-bol) (bolp)) > + (when (save-excursion (comint-bol t) (bolp)) Thanks, Stefan