From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris 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 13:45:43 -0400 Message-ID: <5bwq89f86w.fsf@fencepost.gnu.org> References: <83vbnuib0y.fsf@gnu.org> <83oatlitqk.fsf@gnu.org> <83mw95b1qy.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1412876775 9294 80.91.229.3 (9 Oct 2014 17:46:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2014 17:46:15 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 09 19:46:08 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 1XcHmx-00041I-DN for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2014 19:46:07 +0200 Original-Received: from localhost ([::1]:44448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHmw-0004P4-Vu for ged-emacs-devel@m.gmane.org; Thu, 09 Oct 2014 13:46:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHmb-0004Ou-Ow for emacs-devel@gnu.org; Thu, 09 Oct 2014 13:45:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcHma-0001gg-UM for emacs-devel@gnu.org; Thu, 09 Oct 2014 13:45:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcHma-0001ga-7g for emacs-devel@gnu.org; Thu, 09 Oct 2014 13:45:44 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XcHmZ-0003GJ-EA; Thu, 09 Oct 2014 13:45:43 -0400 X-Spook: undercover CESID terrorist brigand Zachawi mailbomb X-Ran: ~KC"l'i%qf2HB36=:gUeC"Ypj:{D3/l^5d/-9^4>*{;Dvw~j{~z^;&mNz{iesD4)^=5l9~ X-Hue: black X-Attribution: GM In-Reply-To: <83mw95b1qy.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Oct 2014 20:18:29 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:175195 Archived-At: Eli Zaretskii wrote: >> BTW, in emacs+lispref, @example wins over @lisp in the ratio 50:1. > > Evidently, many people don't even know that @lisp exists. It seems pointless to me. Quoth the texinfo manual: This is useful, for example, if you write a function that evaluates only and all the Lisp code in a Texinfo file. Then you can use the Texinfo file as a Lisp library. This example cannot be evaluated as lisp.