all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#825: 23.0.60; M-1 C-h a f i l e
@ 2008-08-29 19:27 Michael Heerdegen
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Heerdegen @ 2008-08-29 19:27 UTC (permalink / raw)
  To: emacs-pretest-bug

Evaluating the following causes an error:

(apropos-command (quote ("file")) 1)

Backtrace:

Debugger entered--Lisp error: (void-function url-https-expand-file-name)
  documentation(url-https-expand-file-name t)
  apropos-command(("file") 1)
  eval((apropos-command (quote ("file")) 1))
  eval-expression((apropos-command (quote ("file")) 1) nil)
  call-interactively(eval-expression nil nil)

This happend with the actual CVS release emacs -q, but not with my
emacs 22.2.1.







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

* bug#825: 23.0.60; M-1 C-h a f i l e
@ 2008-08-29 22:37 Chong Yidong
  2008-08-29 23:06 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Yidong @ 2008-08-29 22:37 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: 825

I can't reproduce this.  Neither `(apropos-command (quote ("file")) 1)'
nor `M-1 C-h a file RET' raise an error.  Could you give a precise
recipe, starting from `emacs -Q'?






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

* bug#825: 23.0.60; M-1 C-h a f i l e
  2008-08-29 22:37 bug#825: 23.0.60; M-1 C-h a f i l e Chong Yidong
@ 2008-08-29 23:06 ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2008-08-29 23:06 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 825

Chong Yidong wrote:

> I can't reproduce this.  Neither `(apropos-command (quote ("file")) 1)'
> nor `M-1 C-h a file RET' raise an error.  Could you give a precise
> recipe, starting from `emacs -Q'?

In 22 or trunk:

emacs -Q
C-h f url-https-expand-file-name  ; tab-completable
Symbol's function definition is void: url-http-expand-file-name

In url-http.el, url-https-expand-file-name is an autoloaded alias to
an alias to a function (url-default-expander) defined in another file.






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

end of thread, other threads:[~2008-08-29 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 22:37 bug#825: 23.0.60; M-1 C-h a f i l e Chong Yidong
2008-08-29 23:06 ` Glenn Morris
  -- strict thread matches above, loose matches on Subject: below --
2008-08-29 19:27 Michael Heerdegen

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.