From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: highlight lines with gud breakpoints Date: Wed, 10 Apr 2019 15:07:55 +0300 Message-ID: <624D27B7-CD7C-4175-9128-1013DE07CFFD@gnu.org> References: <875zrmrunw.fsf@mat.ucm.es> <319C5C65-7CEC-4D05-9BEE-B7FD0C38B205@gnu.org> <871s2ars2d.fsf@mat.ucm.es> 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="260201"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android To: emacs-devel@gnu.org,Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 10 14:08:08 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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hEC1P-0015Yh-Vy for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 14:08:08 +0200 Original-Received: from localhost ([127.0.0.1]:58713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEC1O-0000c5-UY for ged-emacs-devel@m.gmane.org; Wed, 10 Apr 2019 08:08:06 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEC1I-0000bj-5z for emacs-devel@gnu.org; Wed, 10 Apr 2019 08:08:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEC1H-0005fB-Kb; Wed, 10 Apr 2019 08:07:59 -0400 Original-Received: from [109.253.166.16] (port=38110 helo=[10.131.121.239]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1hEC1G-0003to-PU; Wed, 10 Apr 2019 08:07:59 -0400 In-Reply-To: <871s2ars2d.fsf@mat.ucm.es> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:235199 Archived-At: On April 10, 2019 2:57:30 PM GMT+03:00, Uwe Brauer wro= te: >=20 > > On April 10, 2019 2:01:23 PM GMT+03:00, Uwe Brauer > wrote: >=20 > > This is already supported: disable the left fringe, and Emacs will > > show breakpoints in the left display margin, as it does on text-mode > > terminals=2E >=20 > Thanks, but forgive my ignorance: what do you mean by=20 > =C2=ABdisable the left fringe=C2=BB? M-x fringe-mode RET right-only RET