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: [Emacs-diffs] emacs-24 r117559: Fix bug #18636 with documentation of multi-monitor displays. Date: Thu, 09 Oct 2014 20:18:29 +0300 Message-ID: <83mw95b1qy.fsf@gnu.org> References: <83vbnuib0y.fsf@gnu.org> <83oatlitqk.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412875120 20590 80.91.229.3 (9 Oct 2014 17:18:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2014 17:18:40 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 09 19:18:32 2014 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 1XcHMF-0008Av-D4 for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2014 19:18:31 +0200 Original-Received: from localhost ([::1]:44240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHME-0003in-Rx for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2014 13:18:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHM6-0003eZ-2L for emacs-devel@gnu.org; Thu, 09 Oct 2014 13:18:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcHLy-0000fo-Ls for emacs-devel@gnu.org; Thu, 09 Oct 2014 13:18:22 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:49447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHLy-0000fM-Dx; Thu, 09 Oct 2014 13:18:14 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0ND600K00SMTT400@mtaout28.012.net.il>; Thu, 09 Oct 2014 20:16:43 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND600KA4TBVFC30@mtaout28.012.net.il>; Thu, 09 Oct 2014 20:16:43 +0300 (IDT) In-reply-to: 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.184 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:175191 Archived-At: > From: Glenn Morris > Cc: Stefan Monnier , emacs-devel@gnu.org > Date: Thu, 09 Oct 2014 11:56:23 -0400 > > BTW, in emacs+lispref, @example wins over @lisp in the ratio 50:1. Evidently, many people don't even know that @lisp exists.