all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3217: 23.0.92; apropos profile
@ 2009-05-05  6:28 Andreas Roehler
  2009-05-05 13:44 ` bug#3220: " Barry Warsaw
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Roehler @ 2009-05-05  6:28 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: Barry Warsaw

[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]


Hi Barry,

M-x apropos RET profile

didn't show `elp-instrument-function' and related tools.

Thats probably, because non of them has the name "profile" in it.
Suggest an alias as delivered with patch.

Thanks

Andreas Röhler



In GNU Emacs 23.0.92.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2009-04-29 on noname
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
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: de_DE.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x a p r o p o s <return> p r o f i l e <return> M-x
r e p o r t - e m a c s - b u g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
No apropos matches for `profile'

[-- Attachment #2: elp-el.diff --]
[-- Type: text/x-patch, Size: 426 bytes --]

diff -u -b -L /usr/local/share/emacs/23.0.92/lisp/emacs-lisp/elp.el.gz -L MY-PATH/elp.el 
--- /usr/local/share/emacs/23.0.92/lisp/emacs-lisp/elp.el.gz
+++ MY-PATH/elp.el
@@ -228,6 +228,7 @@
                   (error nil))))))
 
 \f
+(defalias 'elp-profile-function 'elp-instrument-function)
 ;;;###autoload
 (defun elp-instrument-function (funsym)
   "Instrument FUNSYM for profiling.

Diff finished.  Tue May  5 08:14:39 2009

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#3220: 23.0.92; apropos profile
  2009-05-05  6:28 bug#3217: 23.0.92; apropos profile Andreas Roehler
@ 2009-05-05 13:44 ` Barry Warsaw
  0 siblings, 0 replies; 2+ messages in thread
From: Barry Warsaw @ 2009-05-05 13:44 UTC (permalink / raw)
  To: Andreas Roehler; +Cc: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

On May 5, 2009, at 2:28 AM, Andreas Roehler wrote:

> Hi Barry,
>
> M-x apropos RET profile
>
> didn't show `elp-instrument-function' and related tools.
>
> Thats probably, because non of them has the name "profile" in it.
> Suggest an alias as delivered with patch.

Whatever the Emacs maintainers want to do is fine with me.  They are  
maintaining elp these days.

-Barry


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 304 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-05 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05  6:28 bug#3217: 23.0.92; apropos profile Andreas Roehler
2009-05-05 13:44 ` bug#3220: " Barry Warsaw

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.