From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Another input method feature needed Date: Sat, 19 Jun 2010 19:37:04 -0400 Message-ID: References: <87wru14onc.fsf@mail.jurta.org> <49520.130.55.132.126.1276531995.squirrel@webmail.lanl.gov> <87y6ebo1c3.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1276990635 5799 80.91.229.12 (19 Jun 2010 23:37:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2010 23:37:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 20 01:37:13 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OQ7b5-0002kE-5X for ged-emacs-devel@m.gmane.org; Sun, 20 Jun 2010 01:37:11 +0200 Original-Received: from localhost ([127.0.0.1]:50060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ7b4-0007Uk-Hf for ged-emacs-devel@m.gmane.org; Sat, 19 Jun 2010 19:37:10 -0400 Original-Received: from [199.232.76.173] (port=35858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQ7az-0007Uf-PO for emacs-devel@gnu.org; Sat, 19 Jun 2010 19:37:05 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OQ7ay-0006ys-Q6 for emacs-devel@gnu.org; Sat, 19 Jun 2010 19:37:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56416) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OQ7ay-0006yo-Kq for emacs-devel@gnu.org; Sat, 19 Jun 2010 19:37:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OQ7ay-0002j6-EI; Sat, 19 Jun 2010 19:37:04 -0400 In-reply-to: <87y6ebo1c3.fsf@mail.jurta.org> (message from Juri Linkov on Sat, 19 Jun 2010 11:47:57 +0300) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126264 Archived-At: This is already implemented by dynamically generated Info manuals in info-help.el. Is this documented in the Emacs Manual? Is there a C-h command for it? If not, should there be one? I can't check -- my sources are rather old and I don't have info-help.el, and my attempt to update them just failed. I did cd trunk/ bzr pull And it says "No pull location known or specified." I had initially done cd trunk/ echo "public_branch = http://bzr.savannah.gnu.org/sources/emacs/trunk" >> .bzr/branch/config bzr bind http://bzr.savannah.gnu.org/sources/emacs/trunk/ so it ought to know where to pull from. trunk/.bzr/branch/config does not exist now; instead there is a file branch.conf with this text: bound_location = sftp://rms@bzr.savannah.gnu.org/srv/bzr/emacs/trunk/ bound = True