From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: :rtl is not in Elisp manual Date: Thu, 07 Feb 2008 14:05:38 +0100 Message-ID: <47AB0222.8000407@swipnet.se> References: <007901c86515$8ced0000$864a908d@us.oracle.com> <47A44841.2000100@swipnet.se> <000201c865bf$17be3740$2c49908d@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202389632 9134 80.91.229.12 (7 Feb 2008 13:07:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 13:07:12 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 14:07:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JN6TM-0003Vc-5H for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 14:07:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN6St-0001hZ-L8 for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 08:06:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JN6Sp-0001h6-JO for emacs-devel@gnu.org; Thu, 07 Feb 2008 08:06:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JN6So-0001gV-32 for emacs-devel@gnu.org; Thu, 07 Feb 2008 08:06:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JN6So-0001gS-1P for emacs-devel@gnu.org; Thu, 07 Feb 2008 08:06:50 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN6Sn-0004aQ-ND for emacs-devel@gnu.org; Thu, 07 Feb 2008 08:06:49 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JN6Sn-0007qH-Iz for emacs-pretest-bug@gnu.org; Thu, 07 Feb 2008 08:06:49 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JN6Sk-0004ZR-Ah for emacs-pretest-bug@gnu.org; Thu, 07 Feb 2008 08:06:49 -0500 Original-Received: from av10-2-sn2.hy.skanova.net ([81.228.8.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JN6Sj-0004Yy-Uu for emacs-pretest-bug@gnu.org; Thu, 07 Feb 2008 08:06:46 -0500 Original-Received: by av10-2-sn2.hy.skanova.net (Postfix, from userid 502) id 6111E37F76; Thu, 7 Feb 2008 14:06:38 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-2-sn2.hy.skanova.net (Postfix) with ESMTP id 5278938003; Thu, 7 Feb 2008 14:06:36 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 5120437E50; Thu, 7 Feb 2008 14:06:36 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: <000201c865bf$17be3740$2c49908d@us.oracle.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88419 gmane.emacs.pretest.bugs:20923 Archived-At: Drew Adams skrev: >>> A diff shows this kind of thing added to `info-tool-bar-map': >>> >>> :rtl "right-arrow" >>> >>> I searched the Elisp manual for :rtl and rtl, but found >>> nothing. Shouldn't this be documented? >> I will put something in. Currently only the Gtk+ post uses >> them, as (AFAIK) >> only Gtk+ tries to handle rigth-to-left languages >> automatically in the tool bar. > > Thanks. Even saying what you just said ("rtl" is for right-to-left > languages, not Radio Television Luxembourg ;-)) would help. > Now in the lispref manual. Jan D.