Re: Some mistakes in recent CVS code

2005-05-28 Thread Bill Wohler
Richard Stallman [EMAIL PROTECTED] wrote:

 I'll fix the warnings in the MH-E package unless you've already done
 so.
 
 Thanks.

I just checked MH-E version 7.84 into CVS Emacs. All of the files in the
package compile without warning.

-- 
Bill Wohler [EMAIL PROTECTED]  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.


___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Some mistakes in recent CVS code

2005-05-22 Thread Richard Stallman
I'll fix the warnings in the MH-E package unless you've already done
so.

Thanks.


___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Some mistakes in recent CVS code

2005-05-21 Thread Bill Wohler
Richard Stallman [EMAIL PROTECTED] writes:

 I will fix most of the rest now.

I'll fix the warnings in the MH-E package unless you've already done
so.

-- 
Bill Wohler [EMAIL PROTECTED]  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.



___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug



Some mistakes in recent CVS code

2005-05-19 Thread Peter Dyballa
Hello!
Quite often I see defcustom/defface for `xyz' fails to specify 
containing group -- is that something I should mention?

lisp/filesets.el:2529:1:Warning: the function `emacs-version=' is not
known to be defined.
133(defvar filesets-menu-ensure-use-cached
134  (and filesets-running-xemacs
135   (not (emacs-version= 21 5)))
136  Make sure (X)Emacs uses filesets' cache.
In speedbar-restricted-move:
speedbar.el:1607:37:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.
speedbar.el:1605:40:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-item-info-tag-helper:
speedbar.el:1793:49:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-check-vc-this-line:
speedbar.el:3063:14:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-check-obj-this-line:
speedbar.el:3152:14:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-line-file:
speedbar.el:3309:26:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-files-line-path:
speedbar.el:3372:26:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-path-line:
speedbar.el:3412:22:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-delete-subblock:
speedbar.el:3525:25:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-center-buffer-smartly:
speedbar.el:3675:26:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In speedbar-extract-one-symbol:
speedbar.el:3903:26:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In tmm-shortcut:
tmm.el:364:14:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In eshell-parse-drive-letter:
em-dirs.el:280:31:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.

In eshell/pwd:
em-dirs.el:303:39:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.

In eshell-expand-multiple-dots:
em-dirs.el:329:39:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.

In eshell/cd:
em-dirs.el:374:33:Warning: `string-to-int' is an obsolete function; use
`string-to-number' instead.
In eshell-glob-entries:
em-glob.el:310:33:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.
em-glob.el:332:44:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.
em-glob.el:338:49:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.

In eshell-invoke-batch-file:
esh-ext.el:106:38:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.

In eshell-parse-redirection:
esh-io.el:195:35:Warning: `string-to-int' is an obsolete function; use
`string-to-number' instead.
In eshell-split-path:
esh-util.el:257:32:Warning: `directory-sep-char' is an obsolete 
variable (as
of Emacs 21.1); do not use it.
esh-util.el:260:34:Warning: `directory-sep-char' is an obsolete 
variable (as
of Emacs 21.1); do not use it.
esh-util.el:273:41:Warning: `directory-sep-char' is an obsolete 
variable (as
of Emacs 21.1); do not use it.
esh-util.el:273:26:Warning: `directory-sep-char' is an obsolete 
variable (as
of Emacs 21.1); do not use it.
esh-util.el:274:15:Warning: `directory-sep-char' is an obsolete 
variable (as
of Emacs 21.1); do not use it.

In eshell-read-passwd-file:
esh-util.el:454:42:Warning: `string-to-int' is an obsolete function; use
`string-to-number' instead.
esh-util.el:454:36:Warning: `string-to-int' is an obsolete function; use
`string-to-number' instead.
In eshell-variables-list:
esh-var.el:634:49:Warning: `directory-sep-char' is an obsolete variable 
(as of
Emacs 21.1); do not use it.

In gnus-agent-fetch-articles:
gnus-agent.el:1542:42:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In gnus-agent-regenerate-group:
gnus-agent.el:3705:60:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In gnus-cache-articles-in-group:
gnus-cache.el:490:43:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In gnus-cache-generate-active:
gnus-cache.el:684:18:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In gnus-group-insert-group-line:
gnus-group.el:1455:37:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.

In gnus-group-set-current-level:
gnus-group.el:3249:8:Warning: `string-to-int' is an obsolete function; 
use
`string-to-number' instead.