From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Another input method feature needed Date: Mon, 21 Jun 2010 00:42:08 +0300 Organization: JURTA Message-ID: <871vc1qsmv.fsf@mail.jurta.org> References: <87wru14onc.fsf@mail.jurta.org> <49520.130.55.132.126.1276531995.squirrel@webmail.lanl.gov> <87y6ebo1c3.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277071329 27055 80.91.229.12 (20 Jun 2010 22:02:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2010 22:02:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 21 00:02:06 2010 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 1OQSab-0004EH-Oa for ged-emacs-devel@m.gmane.org; Mon, 21 Jun 2010 00:02:06 +0200 Original-Received: from localhost ([127.0.0.1]:46676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQSab-0003Cl-9y for ged-emacs-devel@m.gmane.org; Sun, 20 Jun 2010 18:02:05 -0400 Original-Received: from [140.186.70.92] (port=45982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQSaR-0003A9-KK for emacs-devel@gnu.org; Sun, 20 Jun 2010 18:01:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQSaP-0005QP-Cx for emacs-devel@gnu.org; Sun, 20 Jun 2010 18:01:55 -0400 Original-Received: from smtp-out1.starman.ee ([85.253.0.3]:53805 helo=mx1.starman.ee) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQSaP-0005QK-67; Sun, 20 Jun 2010 18:01:53 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.92.134.cable.starman.ee [82.131.92.134]) by mx1.starman.ee (Postfix) with ESMTP id 4DE0A3F40B4; Mon, 21 Jun 2010 01:01:50 +0300 (EEST) In-Reply-To: (Richard Stallman's message of "Sat, 19 Jun 2010 19:37:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/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:126282 Archived-At: > This is already implemented by dynamically generated Info manuals > in info-help.el. > > Is this documented in the Emacs Manual? At the current stage it is just a proof of concept. I posted the code to emacs-devel for comments. > Is there a C-h command for it? If not, should there be one? A possible C-h prefix key map would be `C-h h', whereas `view-hello-file' could be bound to `C-h H' (where `H' is mnemonic for `HELLO'). > 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. info-help.el is not in the Savannah repository anyway. > 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 http://www.emacswiki.org/emacs/BzrQuickStartForEmacsDevs says nothing about `trunk/.bzr/branch/config'. I suggest to follow instructions from this page to avoid possible problems with using Bazaar. -- Juri Linkov http://www.jurta.org/emacs/