From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: text-quoting-style Date: Tue, 01 Sep 2015 21:44:36 +0300 Message-ID: <83oahmasiz.fsf@gnu.org> References: <20150828172501.GB4882@acm.fritz.box> <20150829155959.GA20484@acm.fritz.box> <20150830131613.GA2724@acm.fritz.box> <55E3F447.4050005@cs.ucla.edu> <20150831201343.GB2280@acm.fritz.box> <55E4C724.3060108@cs.ucla.edu> <20150901124756.GB2362@acm.fritz.box> <55E5D1E6.9040003@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441133672 16445 80.91.229.3 (1 Sep 2015 18:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 18:54:32 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 20:54:22 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 1ZWqhI-0000JF-83 for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 20:54:20 +0200 Original-Received: from localhost ([::1]:56970 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqhI-0006bR-5c for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 14:54:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqXm-0006ts-Dg for emacs-devel@gnu.org; Tue, 01 Sep 2015 14:44:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWqXi-0005T4-D4 for emacs-devel@gnu.org; Tue, 01 Sep 2015 14:44:30 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:48547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWqXi-0005Sx-5D for emacs-devel@gnu.org; Tue, 01 Sep 2015 14:44:26 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NU000700GZXU700@mtaout25.012.net.il> for emacs-devel@gnu.org; Tue, 01 Sep 2015 21:41:05 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NU00042QH8HQE50@mtaout25.012.net.il>; Tue, 01 Sep 2015 21:41:05 +0300 (IDT) In-reply-to: <55E5D1E6.9040003@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.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:189413 Archived-At: > From: Paul Eggert > Date: Tue, 1 Sep 2015 09:27:18 -0700 > Cc: emacs-devel@gnu.org > > > It will be ambiguous: > > That's easily enough fixed. I installed the attached patch, which uses shadow > glyphs for quote substitutions in ASCII-only displays. Shouldn't the same be done in w32console.el?