From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cezar Halmagean Newsgroups: gmane.emacs.help Subject: Re: How to remove the window separator line ? Date: Tue, 15 Jan 2013 14:54:00 -0800 (PST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358290513 5971 80.91.229.3 (15 Jan 2013 22:55:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 22:55:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 15 23:55:32 2013 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 1TvFPm-0002MJ-SE for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jan 2013 23:55:30 +0100 Original-Received: from localhost ([::1]:54638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvFPW-0002DC-Ir for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jan 2013 17:55:14 -0500 X-Received: by 10.224.218.2 with SMTP id ho2mr56670155qab.8.1358290440867; Tue, 15 Jan 2013 14:54:00 -0800 (PST) Original-Received: by 10.49.116.139 with SMTP id jw11mr16768887qeb.12.1358290440837; Tue, 15 Jan 2013 14:54:00 -0800 (PST) Original-Path: usenet.stanford.edu!p13no383776qai.0!news-out.google.com!k2ni11qap.0!nntp.google.com!p13no383772qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.232.229.80; posting-account=TScV-AoAAADCyfzwVaGqIVLq7L2BGjPf Original-NNTP-Posting-Host: 84.232.229.80 User-Agent: G2/1.0 Injection-Date: Tue, 15 Jan 2013 22:54:00 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:196340 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:88639 Archived-At: On Tuesday, January 15, 2013 11:03:21 PM UTC+2, Eli Zaretskii wrote: > > Date: Tue, 15 Jan 2013 12:29:08 -0800 (PST) > > > From: Cezar Halmagean > > > Injection-Date: Tue, 15 Jan 2013 20:29:08 +0000 > > > > > > I want to remove the thin line that separates the windows and I am > > > not sure what it's called or how to find that setting. > > > > It's called "vertical border". I don't think you can remove it. Yes that's what it's called, making it the same color as the background will do. Thank you. For anyone else searching for this: (set-face-attribute 'vertical-border nil :foreground "#282a2e")