Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: ding@gnus.org
Subject: Re: image-load-path/load-path function
Date: Thu, 02 Mar 2006 17:59:41 +0100	[thread overview]
Message-ID: <v94q2gsrya.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <17903.1141256030@olgas.newt.com>

On Thu, Mar 02 2006, Bill Wohler wrote:

> I'll work on porting your posted version back to MH-E so that they
> will be as close together as possible.  If you've changed it since
> your post last Wednesday, please let me know

I've also renamed -path to -directory.  Here are the recent changes:

,----
| revision 7.17
| date: 2006/03/02 16:56:29;  author: rsteib;  state: Exp;  lines: +3 -3
| * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
| string.
| [...]
| ----------------------------
| revision 7.15
| date: 2006/03/01 16:51:17;  author: rsteib;  state: Exp;  lines: +34 -15
| [...]
| 
| * gmm-utils.el (gmm-image-directory): Rename variable from
| gmm-image-load-path.
| (gmm-image-load-path): Use gmm-image-directory.
| [...]
| ----------------------------
| revision 7.13
| date: 2006/02/23 13:19:13;  author: yamaoka;  state: Exp;  lines: +6 -4
| (gmm-image-load-path): Don't modify image-load-path and load-path.
| ----------------------------
| revision 7.12
| date: 2006/02/22 14:45:52;  author: rsteib;  state: Exp;  lines: +14 -5
| [...]
|
| * gmm-utils.el (gmm-image-load-path): Also search in
| "../etc/images".  Don't set gmm-image-load-path if we don't find
| the image.
`----

> (maybe sending me the URL to the file in your repository might be a
> good idea,

I'd recommend to check out `gmm-utils.el' from cvs:

$ cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot login
CVS password: gnus
$ cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot checkout gnus/lisp/gmm-utils.el

(cf. http://www.gnus.org/distribution.html)

There's also a cvsweb thingie, but when starting from
<http://quimby.gnus.org/cgi-bin/cvsweb.cgi/gnus/> the "(download)"
links don't work ATM.  You need to replace "/~checkout/~gnus/" with
"/~checkout~gnus/" (delete the "/"):

http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~gnus/lisp/gmm-utils.el?content-type=text/plain

The diff functionality seems to work.  But of course I'd prefer to use
Emacs' version control facilities. :-)

[ From a later post...]

On Thu, Mar 02 2006, Peter S Galbraith wrote:

> Bill Wohler <wohler@newt.com> wrote:
>
>> Since it was Peter and Debian which suggested the use of this variable
>> in the first place, and now that the function checks both load-path and
>> image-load-path for the library's images, I'd like to ask Peter if it
>> would be OK to change the line in emacsen-startup:
>> 
>>   (setq mh-image-directory "/usr/share/emacs/site-lisp/etc/images/mh-e")
>> 
>> to
>> 
>>   (if (boundp 'image-load-path)
>>       (add-to-list 'image-load-path
>>                    "/usr/share/emacs/site-lisp/etc/images/mh-e")
>>     (add-to-list 'load-path "/usr/share/emacs/site-lisp/etc/images/mh-e"))
>> 
>> Is this called late enough so that
>> /usr/share/emacs/site-lisp/etc/images/mh-e would be placed in front of
>> the standard images directory?
>
> Yes it would be.  I can do that for the next release.


Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

  parent reply	other threads:[~2006-03-02 16:59 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-20 22:22 Customizable tool bars Reiner Steib
2006-01-25 16:40 ` Reiner Steib
2006-01-26  0:53   ` Katsumi Yamaoka
2006-01-26  1:39     ` Steve Youngs
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 [this message]
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=v94q2gsrya.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=ding@gnus.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).