From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: face vs. mouse-face text property Date: Mon, 23 Jan 2012 10:47:02 -0800 Message-ID: <883D91EC-D57E-4A97-A1F9-B3C37F74EF49@gmail.com> References: <87pqegeluf.fsf@web.de> <87y5t2f7q0.fsf@web.de> <83vco52wph.fsf@gnu.org> <87bopv8jla.fsf@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327344434 28936 80.91.229.12 (23 Jan 2012 18:47:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Jan 2012 18:47:14 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 23 19:47:10 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RpOv7-0002cf-Fo for ged-emacs-devel@m.gmane.org; Mon, 23 Jan 2012 19:47:09 +0100 Original-Received: from localhost ([::1]:36943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpOv7-000379-2x for ged-emacs-devel@m.gmane.org; Mon, 23 Jan 2012 13:47:09 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpOv4-000374-7x for emacs-devel@gnu.org; Mon, 23 Jan 2012 13:47:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpOv3-00064F-1m for emacs-devel@gnu.org; Mon, 23 Jan 2012 13:47:06 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:36266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpOv2-000649-VX for emacs-devel@gnu.org; Mon, 23 Jan 2012 13:47:05 -0500 Original-Received: by ggnk5 with SMTP id k5so1681894ggn.0 for ; Mon, 23 Jan 2012 10:47:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=F8J2bfh/Rj0TxSi7pcSRmy2aJ10M5xhY7+e9sjssz0E=; b=AiQ5w2LMntg59qinmADxfnzhMTdt5xgv6VlE3kEG8IlBXnftyZ4ypEV908LFEzuVT/ vF63q6M3y5VM3asRkBepdObvAO/VolLwidxKA/P4tPYYTFuBFLRf0DAvbimiiR9RS5eN owHYMyHBCPBuuxABQOKtYOiNVf7Rxww65FcEw= Original-Received: by 10.50.196.228 with SMTP id ip4mr11033795igc.28.1327344424078; Mon, 23 Jan 2012 10:47:04 -0800 (PST) Original-Received: from [10.0.1.21] (c-98-247-148-125.hsd1.wa.comcast.net. [98.247.148.125]) by mx.google.com with ESMTPS id cv10sm18299646igc.0.2012.01.23.10.47.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jan 2012 10:47:03 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 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:147858 Archived-At: On Mon, Jan 23, 2012 at 16:34, Stefan Monnier = wrote: >> Therefore, I think if we want to be able to display selectable >> newlines, we need to have a special way to display such newlines, >> e.g. "" or some such. >=20 > I'd suggest \n rather than , since it's already used at many other > places in Emacs (tho it's not often visible to the "end user"). Maybe =E2=90=A4 and =E2=87=A5 would be useful here? *Chad