From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to remove the window separator line ? Date: Wed, 16 Jan 2013 22:27:40 +0200 Message-ID: <83a9s898lf.fsf@gnu.org> References: <83k3re88h2.fsf@gnu.org> <8738y0dipe.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1358368068 24386 80.91.229.3 (16 Jan 2013 20:27:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2013 20:27:48 +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 Jan 16 21:28:05 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 1TvZad-0001Ms-0Q for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jan 2013 21:28:03 +0100 Original-Received: from localhost ([::1]:46995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvZaM-0002K4-Df for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jan 2013 15:27:46 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvZaG-0002Jx-O9 for help-gnu-emacs@gnu.org; Wed, 16 Jan 2013 15:27:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvZaF-0000fz-LP for help-gnu-emacs@gnu.org; Wed, 16 Jan 2013 15:27:40 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:40533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvZaF-0000ft-DR for help-gnu-emacs@gnu.org; Wed, 16 Jan 2013 15:27:39 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MGQ00000JDWJ000@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Wed, 16 Jan 2013 22:27:38 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MGQ0003ZJI1FT20@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Wed, 16 Jan 2013 22:27:38 +0200 (IST) In-reply-to: <8738y0dipe.fsf@rosalinde.fritz.box> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:88650 Archived-At: > From: Stephen Berman > Cc: help-gnu-emacs@gnu.org > Date: Wed, 16 Jan 2013 20:35:41 +0100 > > Maybe you can't remove it, but from reading the Display Tables nodes in > the Elisp manual, it seems like you should be able to effectively hide > it, e.g. by making it display as a zero-width space: > > (set-display-table-slot standard-display-table > 'vertical-border (make-glyph-code 8203)) > > However, this does not change the vertical border on a graphical Emacs, > only on a non-window-system display (actually, it doesn't work with > zero-width space, I guess because the codepoint is too high; it does > work with 160 (no-break space)). This difference is not documented in > this node, which is the only place in the Elisp manual that refers to > vertical-border. Is this a doc bug? The GUI display doesn't use the display table for the border, it draws the border directly as a line of certain thickness.