emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tips to suppress compilation warnings


From: Bill Wohler
Subject: Re: Tips to suppress compilation warnings
Date: Thu, 26 May 2005 18:08:16 -0700

Stefan Monnier <address@hidden> wrote:

> > However, if Info-goto-node is a useful thing to use from outside Info,
> > perhaps it should be defined as autoloaded in info.el rather than in mh-e.
> 
> No.  Elisp packages that want to invoke info this way should use the `info'
> function, which can be called just the same: (info "(mh-e)Draft Editing").

Stefan,

Thanks very much. Replacing Info-goto-node with info did the trick!

I used this information to solve the following in a similar fashion:

  mh-seq.el:1719:1:Warning: the function `view-mode' might not be defined at
      runtime.

RFTM revealed that we should be using view-mode-enter instead.

-- 
Bill Wohler <address@hidden>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]