From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [rastandy@salug.it: minor bug for `info-lookup-symbol' in `maxima-mode' and `inferior-maxima-mode'] Date: Fri, 13 Oct 2006 10:53:08 -0400 Message-ID: <87slhs8dyj.fsf@furball.mit.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160751265 2173 80.91.229.2 (13 Oct 2006 14:54:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 14:54:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 13 16:54:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYOPq-0000Za-PL for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 16:53:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYOPq-0001q2-FJ for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 10:53:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYOPa-0001lb-3n for emacs-devel@gnu.org; Fri, 13 Oct 2006 10:53:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYOPZ-0001kW-Pd for emacs-devel@gnu.org; Fri, 13 Oct 2006 10:53:21 -0400 Original-Received: from [18.72.1.2] (helo=south-station-annex.mit.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GYOY2-0006LE-Kj; Fri, 13 Oct 2006 11:02:06 -0400 Original-Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by south-station-annex.mit.edu (8.13.6/8.9.2) with ESMTP id k9DErKeC019441; Fri, 13 Oct 2006 10:53:20 -0400 (EDT) Original-Received: from outgoing-legacy.mit.edu (OUTGOING-LEGACY.MIT.EDU [18.7.22.104]) by grand-central-station.mit.edu (8.13.6/8.9.2) with ESMTP id k9DErHWF014972; Fri, 13 Oct 2006 10:53:20 -0400 (EDT) Original-Received: from furball.mit.edu (SYDNEYPACIFIC-FOUR-NINETY-FOUR.MIT.EDU [18.95.6.239]) ) by outgoing-legacy.mit.edu (8.13.6/8.12.4) with ESMTP id k9DEr8nq022672; Fri, 13 Oct 2006 10:53:08 -0400 (EDT) Original-Received: from cyd by furball.mit.edu with local (Exim 3.36 #1 (Debian)) id 1GYOPM-0000ll-00; Fri, 13 Oct 2006 10:53:08 -0400 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Fri\, 13 Oct 2006 07\:19\:20 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Spam-Score: 1.217 X-Scanned-By: MIMEDefang 2.42 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:60715 Archived-At: Richard Stallman writes: > Would someone please install this? Done. > From: Andrea Russo > Subject: minor bug for `info-lookup-symbol' in `maxima-mode' and > `inferior-maxima-mode' > To: emacs-pretest-bug@gnu.org > > When using C-h S (`info-lookup-symbol') on a maxima function that has > a number in its name, the emacs function is unable to find the name > in the index of the maxima info manual. > > AFAIK, this patch solved the problem for me: > > - --- orig/lisp/info-look.el > +++ mod/lisp/info-look.el > @@ -843,12 +843,13 @@ > (info-lookup-maybe-add-help > :mode 'maxima-mode > :ignore-case t > - - :regexp "[a-zA-Z_%]+" > + :regexp "[a-zA-Z0-9_%]+" > :doc-spec '( ("(maxima)Function and Variable Index" nil > "^ -+ [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil))) > > (info-lookup-maybe-add-help > :mode 'inferior-maxima-mode > + :regexp "[a-zA-Z0-9_%]+" > :other-modes '(maxima-mode)) > > ;; coreutils and bash builtins overlap in places, eg. printf, so there's a > > Best Regards, > Andrea Russo. > > In GNU Emacs 22.0.50.6 (i686-pc-linux-gnu, GTK+ Version 2.8.20) > of 2006-10-12 on onosendai.org > X server distributor `The X.Org Foundation', version 11.0.70000000 > configured using `configure '--with-gtk' '--without-toolkit-scroll-bars'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8 > default-enable-multibyte-characters: t > > Major mode: Inferior Maxima > > Minor modes in effect: > erc-truncate-mode: t > erc-track-mode: t > erc-sound-mode: t > erc-ring-mode: t > erc-pcomplete-mode: t > erc-notify-mode: t > erc-netsplit-mode: t > erc-match-mode: t > erc-log-mode: t > erc-button-mode: t > erc-fill-mode: t > erc-stamp-mode: t > erc-autoaway-mode: t > erc-list-mode: t > erc-smiley-mode: t > erc-readonly-mode: t > erc-scrolltobottom-mode: t > recentf-mode: t > icomplete-mode: t > which-function-mode: t > iswitchb-mode: t > desktop-save-mode: t > jabber-activity-mode: t > display-battery-mode: t > display-time-mode: t > tooltip-mode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > unify-8859-on-encoding-mode: t > utf-translate-cjk-mode: t > auto-compression-mode: t > size-indication-mode: t > column-number-mode: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n > C-n C-p C-SPC C-n M-> C-p C-p C-p C-p C-p C-p C-p C-p > C-n M-w h g g q s s s s s s s s s s C-x b m a x i C-g > M-x i m a x i m a RET l p l o t 2 > 3 > C-h S RET C-x 1 M-x r e p o r > t - b u e m a b > RET > > Recent messages: > Checking new news... > nnml: Reading incoming mail from file... > nnml: Reading incoming mail (no new mail)...done > Checking new news...done > (No changes need to be saved) [9 times] > Retrieving newsgroup: list.emacs-devel.gnu.org... > Fetching headers for list.emacs-devel.gnu.org...done > Scoring...done > Generating summary...done > Loading hippie-exp...done > > - -- > Reclama i tuoi diritti digitali, elimina il DRM. Approfondisci su > http://www.no1984.org > Reclaim your digital rights, eliminate DRM. Learn more at > http://www.defectivebydesign.org/what_is_drm > > > _______________________________________________ > emacs-pretest-bug mailing list > emacs-pretest-bug@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug > ---------- > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel