Gnus development mailing list
 help / color / mirror / Atom feed
From: Steve Youngs <steve@sxemacs.org>
Subject: Re: Customizable tool bars
Date: Thu, 26 Jan 2006 11:39:30 +1000	[thread overview]
Message-ID: <microsoft-free.87zmljg431.fsf@youngs.au.com> (raw)
In-Reply-To: <b4mbqxzn71x.fsf@jpl.org> (Katsumi Yamaoka's message of "Thu, 26 Jan 2006 09:53:30 +0900")


[-- Attachment #1.1: Type: text/plain, Size: 1135 bytes --]

* Katsumi Yamaoka <yamaoka@jpl.org> writes:

  > Currently, it makes XEmacs be unable to start No Gnus.  For the
  > workaround, I added the following form to the ~/.gnus.el file.

  > (when (featurep 'xemacs)
  >   (eval-after-load "gnus-group"
  >     '(defalias 'gnus-group-make-tool-bar 'ignore))
  >   (eval-after-load "gnus-sum"
  >     '(defalias 'gnus-summary-make-tool-bar 'ignore)))

Good to know, thanks.

  >>>>>> In <v9k6coqn13.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

  >> On Fri, Jan 20 2006, Reiner Steib wrote:

  >>> I've committed a customizable tool bar interface for message mode
  >>> (Emacs only, not XEmacs).

  > BTW, the following two lines appear in the terminal emulator
  > whenever I start XEmacs in the terminal even if I use the
  > -vanilla option.

  > Loading gmm-utils...
  > Loading gmm-utils...done

  > Does anyone know why?

It's from over-aggressive autoloading.  And the reason you still see
the problem with -vanilla is because -vanilla still loads the
auto-autoloads.el files.  To _not_ load those you need -no-autoloads.

Here's a patch to fix the spurious output to stdout...


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Type: text/x-patch, Size: 890 bytes --]


Index: gmm-utils.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gmm-utils.el,v
retrieving revision 7.6
diff -u -p -u -r7.6 gmm-utils.el
--- gmm-utils.el	24 Jan 2006 16:37:36 -0000	7.6
+++ gmm-utils.el	26 Jan 2006 01:34:01 -0000
@@ -110,7 +110,6 @@ This is copy of the `lazy' widget in Ema
 ;; version will provide customizable tool bar buttons using a different
 ;; interface.
 
-;;;###autoload
 (define-widget 'gmm-tool-bar-item (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy)
   "Tool bar list item."
   :tag "Tool bar item"
@@ -130,7 +129,6 @@ This is copy of the `lazy' widget in Ema
 		(const :tag "No map")
 		(plist :inline t :tag "Properties"))))
 
-;;;###autoload
 (define-widget 'gmm-tool-bar-zap-list (if (gmm-widget-p 'lazy) 'lazy 'gmm-lazy)
   "Tool bar zap list."
   :tag "Tool bar zap list"


[-- Attachment #1.3: Type: text/plain, Size: 256 bytes --]


-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|                 I am Dyslexic of Borg.                   | 
|    Fusistance is retile. Your arse will be laminated.    |
|------------------------------------<steve@sxemacs.org>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

  reply	other threads:[~2006-01-26  1:39 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-20 22:22 Reiner Steib
2006-01-25 16:40 ` Reiner Steib
2006-01-26  0:53   ` Katsumi Yamaoka
2006-01-26  1:39     ` Steve Youngs [this message]
2006-01-26  2:35       ` Katsumi Yamaoka
2006-01-26  4:28         ` Steve Youngs
2006-01-26  5:14           ` Katsumi Yamaoka
2006-01-26  9:19             ` Reiner Steib
2006-01-26 11:31               ` Katsumi Yamaoka
2006-01-26  9:24     ` Reiner Steib
2006-01-26 10:52       ` Katsumi Yamaoka
2006-01-26 15:04         ` Reiner Steib
2006-01-30 23:45           ` Katsumi Yamaoka
2006-02-21 22:23   ` Reiner Steib
2006-02-22  5:04     ` Katsumi Yamaoka
2006-02-22 12:19       ` image-load-path/load-path function (was: Customizable tool bars) Reiner Steib
2006-02-22 14:53         ` image-load-path/load-path function Reiner Steib
2006-02-23  8:23           ` Katsumi Yamaoka
2006-02-23 11:50             ` Reiner Steib
2006-02-23 13:19               ` Katsumi Yamaoka
2006-02-23 15:17                 ` Reiner Steib
2006-02-24  8:03                   ` Katsumi Yamaoka
2006-02-24  8:40                     ` Katsumi Yamaoka
2006-02-23 18:13               ` Bill Wohler
2006-03-01 23:33         ` Bill Wohler
2006-03-02  1:07           ` Bill Wohler
2006-03-02  4:31             ` Peter S Galbraith
2006-03-02 17:13               ` Reiner Steib
2006-03-02 20:30                 ` Bill Wohler
2006-03-02 22:05                   ` Reiner Steib
2006-03-03  0:49                     ` Bill Wohler
2006-03-03  0:52                       ` Bill Wohler
2006-03-03 16:38                       ` Reiner Steib
2006-03-03 22:46                         ` Bill Wohler
2006-03-03 22:47                         ` Bill Wohler
2006-03-04 16:27                           ` Reiner Steib
2006-03-04 17:55                             ` Bill Wohler
2006-03-06 16:11                               ` Bill Wohler
2006-03-11  2:16                                 ` Bill Wohler
     [not found]                         ` <8096.1141420620@olgas.newt.com>
2006-03-04 23:33                           ` Bill Wohler
2006-03-02 16:59           ` Reiner Steib
2006-03-02 17:22             ` Bill Wohler
2006-02-22 12:23       ` Customizable tool bars Reiner Steib
2006-03-01 17:41       ` Reiner Steib
2006-03-01 18:26         ` Romain Francoise
2006-03-02 16:30           ` Reiner Steib
2006-03-01 19:35         ` Michael Piotrowski
2006-03-01 22:51           ` Reiner Steib
2006-03-02  0:00           ` Katsumi Yamaoka
2006-03-02 11:16             ` Michael Piotrowski
2006-03-02 16:31               ` Reiner Steib
2006-03-02 18:00                 ` Michael Piotrowski
2006-03-01 22:49         ` Katsumi Yamaoka
2006-03-02 10:49           ` Reiner Steib
2006-03-02 23:34             ` Katsumi Yamaoka
2006-03-03 10:35               ` Reiner Steib
2006-03-06  4:00                 ` Katsumi Yamaoka
2006-03-06 10:32                   ` Reiner Steib
2006-03-06 12:16                     ` Katsumi Yamaoka
2006-03-03 16:47               ` low-color variants of the Gnome icons (was: Customizable tool bars) Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=microsoft-free.87zmljg431.fsf@youngs.au.com \
    --to=steve@sxemacs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).