all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
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	[thread overview]
Message-ID: <87slhs8dyj.fsf@furball.mit.edu> (raw)
In-Reply-To: <E1GYL4S-0004dx-La@fencepost.gnu.org> (Richard Stallman's message of "Fri\, 13 Oct 2006 07\:19\:20 -0400")

Richard Stallman <rms@gnu.org> writes:

> Would someone please install this?

Done.

> From: Andrea Russo <rastandy@salug.it>
> 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 <backspace> p l o t 2 <M-tab> 
> <M-tab> <backspace> <backspace> 3 <M-tab> <M-tab> <M-tab> 
> <M-tab> C-h S RET C-x 1 <M-backspace> M-x r e p o r 
> t - b u <tab> <backspace> <backspace> e m a <tab> b 
> <tab> 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

  reply	other threads:[~2006-10-13 14:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-13 11:19 [rastandy@salug.it: minor bug for `info-lookup-symbol' in `maxima-mode' and `inferior-maxima-mode'] Richard Stallman
2006-10-13 14:53 ` Chong Yidong [this message]
2006-10-13 19:21 ` Eli Zaretskii
2006-10-14 10:07   ` Richard Stallman
2006-10-14 13:03     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87slhs8dyj.fsf@furball.mit.edu \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.