Mailinglist Archive: opensuse-bugs (16640 mails)

< Previous Next >
[Bug 403292] Addition to XEmacs site-start.el
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 30 Jun 2008 11:41:14 -0600 (MDT)
  • Message-id: <20080630174114.DE393CC6B7@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=403292

User mfabian@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=403292#c3





--- Comment #3 from Mike Fabian <mfabian@xxxxxxxxxx> 2008-06-30 11:41:14 MDT
---
I wondered why the auto-autoloads.el files which usually come with
xemacs packages are not enough. For example, have a look at

"w3m-el" for GNU Emacs
"w3m-el-xemacs" for XEmacs

"w3m-el" contains a suse-start-w3m-el.el file:

mfabian@magellan:~$ cat /usr/share/emacs/site-lisp/suse-start-w3m-el.el
;; /usr/share/emacs/site-lisp/suse-start-w3m-el.el

(add-to-list 'load-path "/usr/share/emacs/site-lisp/w3m")

(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
(autoload 'w3m-find-file "w3m" "w3m interface function for local file." t)
(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
(autoload 'w3m-search "w3m-search" "Search QUERY using SEARCH-ENGINE." t)
(autoload 'w3m-weather "w3m-weather" "Display weather report." t)
(autoload 'w3m-antenna "w3m-antenna" "Report chenge of WEB sites." t)

(setq w3m-icon-directory "/usr/share/emacs/site-lisp/w3m")

(setq w3m-use-cookies t)
(setq w3m-display-inline-image t)
(setq w3m-use-mule-ucs t)
(setq w3m-key-binding 'info)

;; /usr/share/emacs/site-lisp/suse-start-w3m-el.el ends here
mfabian@magellan:~$

"w3m-el-xemacs" doesn’t have this, but it has
/usr/share/xemacs/site-packages/lisp/w3m/auto-autoloads.el which is
lacking in the "w3m-el" package. "auto-autoloads.el" (or .elc) files
are automatically read when xemacs starts. In case of w3m-el-xemacs,
this achieves the same what the
/usr/share/emacs/site-lisp/suse-start-w3m-el.el file does for w3m-el.

Is there something different in the case of ESS? Why?


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous Next >
References