all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* wrong number of args to ad-Orig functions plus other, possibly related problems
@ 2003-09-29 16:07 mfmorss
  0 siblings, 0 replies; 2+ messages in thread
From: mfmorss @ 2003-09-29 16:07 UTC (permalink / raw)
  Cc: jbstimpfl

Problems with emacs 21.1.2 on AIX 5.0, rpm'd straightforwardly from
IBM-supplied files.  No extraneous lisp code loaded.  Four symptoms,
seemingly interrelated:

1. '[start emacs] M-x custom RET [position cursor over Convenience, "go to
group"] RET'
works but opens *Compile-Log* with:

  ** ad-Orig-set-process-filter called with 3 arguments, but accepts only 2
  ** ad-Orig-process-filter called with 0 arguments, but requires 1

2. '[start emacs] M-x custom RET [position cursor over Faces, "go to
group"] RET'
works but opens *Compile-Log* with:

 ** ad-Orig-documentation called with 5 arguments, but accepts only 1-2

3. '[start emacs] C-h a emacs-version RET'
instantly kills emacs

4. '[start emacs] C-x C-f ~ RET C-h a emacs-version RET'
fails and opens a backtrace buffer with:

Debugger entered--Lisp error: (error "Invalid data in documentation file --
^A followed by code 00")
  documentation(emacs-version t)
  apropos-command("emacs-version" nil)
* call-interactively(apropos-command)

Further info: although debug-on-error is set to "always," neither (1) nor
(2) opens a backtrace buffer.  After either (1) or (2) occurs during an
emacs session, not before, 'C-h a file RET' fails and opens the backtrace
buffer with:

Debugger entered--Lisp error: (wrong-number-of-arguments #<subr
documentation> 5)
  ad-Orig-documentation(PC-complete-as-file-name t nil nil nil)
  documentation(PC-complete-as-file-name t)
  apropos-command("file" nil)
* call-interactively(apropos-command)

and the same is true of other C-h a commands with predicates, besides
"file," that would otherwise work.

Any help would be most appreciated.

Mark F. Morss
Principal Risk Analyst
American Electric Power
Columbus, Ohio.

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

* Re: wrong number of args to ad-Orig functions plus other, possibly related   problems
       [not found] <mailman.862.1064851681.21628.bug-gnu-emacs@gnu.org>
@ 2003-09-29 18:53 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-09-29 18:53 UTC (permalink / raw)


mfmorss@aep.com wrote:

> Problems with emacs 21.1.2 on AIX 5.0, rpm'd straightforwardly from
> IBM-supplied files.  No extraneous lisp code loaded.  Four symptoms,
> seemingly interrelated:
> 
> 1. '[start emacs] M-x custom RET [position cursor over Convenience, "go to
> group"] RET'
> works but opens *Compile-Log* with:
> 
>   ** ad-Orig-set-process-filter called with 3 arguments, but accepts only 2
>   ** ad-Orig-process-filter called with 0 arguments, but requires 1
> 
> 2. '[start emacs] M-x custom RET [position cursor over Faces, "go to
> group"] RET'
> works but opens *Compile-Log* with:
> 
>  ** ad-Orig-documentation called with 5 arguments, but accepts only 1-2

The only defadvice calls in the Emacs distribution are in ffap.el, follow.el,
locate.el, strokes.el, uniquify.el, woman.el, ada-mode.el, cc-cmds.el,
em-dirs.el, and viper.el.

Do you still experience those errors when you start Emacs as:
emacs -q --no-site-file

-- 
Kevin Rodgers

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

end of thread, other threads:[~2003-09-29 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.862.1064851681.21628.bug-gnu-emacs@gnu.org>
2003-09-29 18:53 ` wrong number of args to ad-Orig functions plus other, possibly related problems Kevin Rodgers
2003-09-29 16:07 mfmorss

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.