Yuuichi Teranishi | 1 Mar 2005 03:20

Re: URLs wrapped according to RFC1738

At Mon, 28 Feb 2005 10:27:58 +0100,
Felix E. Klee wrote:
> 
> I found that URLs wrapped according to RFC1738 are not interpreted
> correctly by Wanderlust 2.12.2.  Take the following example quoted from
> that RFC:
> 
>     Yes, Jim, I found it under <URL:ftp://info.cern.ch/pub/www/doc;
>     type=d> but you can probably pick it up from <URL:ftp://ds.in
>     ternic.net/rfc>.  Note the warning in <URL:http://ds.internic.
>     net/instructions/overview.html#WARNING>.
> 
> Wanderlust ignores the continuation of a URL after a line break.

Actually, URL buttons are added by SEMI.
I think following setting treats above URLs on mouse click.
(...but not highlighted correctly)

(defun my-mime-browse-url-function (&rest args)
  (browse-url-at-point))
(setq mime-browse-url-function 'my-mime-browse-url-function)

--
Yuuichi Teranishi <teranisi <at> gohome.org>
URL: http://www.gohome.org/teranisi/
"Half of what I say is meaningless..."

John L. Utz III | 2 Mar 2005 22:13

installing wl on WindowsXP with emacs-21.3

Hello;

I have run wl happily on my freebsd machine, now i am attempting to install it
on a WindowsXP box at work.

I am not having success:

jutz <at> johnu01 /cygdrive/c/emacs/emacs-21.3/site-lisp/wl-2.12.2
$ make
emacs -batch -q -no-site-file -l WL-MK -f compile-wl-package \
        NONE NONE
Loading ./WL-CFG...
Cannot open load file: install
make: *** [elc] Error 255

Any suggestions as to what is broken? i am not aware of an emacs 'install'
package but reason would lead one to conclude that such a thing might exist
and i dont have one.....

Ron Isaacson | 2 Mar 2005 23:43
Favicon

Re: installing wl on WindowsXP with emacs-21.3

John L.Utz III wrote:
> 
> Hello;
> 
> I have run wl happily on my freebsd machine, now i am attempting to install it
> on a WindowsXP box at work.
> 
> I am not having success:
> 
> jutz <at> johnu01 /cygdrive/c/emacs/emacs-21.3/site-lisp/wl-2.12.2
> $ make
> emacs -batch -q -no-site-file -l WL-MK -f compile-wl-package \
>         NONE NONE
> Loading ./WL-CFG...
> Cannot open load file: install
> make: *** [elc] Error 255
> 
> 
> Any suggestions as to what is broken? i am not aware of an emacs 'install'
> package but reason would lead one to conclude that such a thing might exist
> and i dont have one.....

FWIW, I run WL on XEmacs 21.4.12 on XP, but I compiled it on unix
(using install-package). In my environment we have shared
cross-platform installation points, but all else failing, you could
just ftp the elc files over to your Windows machine. (I don't know of
any reason it shouldn't work as you're doing it, but I've never tried
myself...)

--
(Continue reading)

John Owens | 3 Mar 2005 00:01
Favicon

Re: installing wl on WindowsXP with emacs-21.3

At Wed, 02 Mar 2005 13:13:38 -0800,
John L.Utz III wrote:
> 
> jutz <at> johnu01 /cygdrive/c/emacs/emacs-21.3/site-lisp/wl-2.12.2
> $ make
> emacs -batch -q -no-site-file -l WL-MK -f compile-wl-package \
>         NONE NONE
> Loading ./WL-CFG...
> Cannot open load file: install
> make: *** [elc] Error 255

install.el is in the "APEL" package which is required for WL:

http://cvs.m17n.org/elisp/APEL/

JDO

John L. Utz III | 3 Mar 2005 00:43

Re: installing wl on WindowsXP with emacs-21.3

tnx everybody!

i have installed apel, but it doesnt seem to show up in the path, because
flim, semi and wl all complain about the lack of 'install'...

i shall go hack at my .emacs a bit...

At Wed, 2 Mar 2005 15:01:35 -0800,
John Owens wrote:
> 
> At Wed, 02 Mar 2005 13:13:38 -0800,
> John L.Utz III wrote:
> > 
> > jutz <at> johnu01 /cygdrive/c/emacs/emacs-21.3/site-lisp/wl-2.12.2
> > $ make
> > emacs -batch -q -no-site-file -l WL-MK -f compile-wl-package \
> >         NONE NONE
> > Loading ./WL-CFG...
> > Cannot open load file: install
> > make: *** [elc] Error 255
> 
> install.el is in the "APEL" package which is required for WL:
> 
> http://cvs.m17n.org/elisp/APEL/
> 
> JDO
> 
> 

(Continue reading)

John L. Utz III | 3 Mar 2005 00:44

Re: installing wl on WindowsXP with emacs-21.3

At Wed, 02 Mar 2005 17:43:30 -0500,
Ron Isaacson wrote:
> 
> John L.Utz III wrote:
> > 
> > Hello;
> > 
> > I have run wl happily on my freebsd machine, now i am attempting to install it
> > on a WindowsXP box at work.
> > 
> > I am not having success:
> > 
> > jutz <at> johnu01 /cygdrive/c/emacs/emacs-21.3/site-lisp/wl-2.12.2
> > $ make
> > emacs -batch -q -no-site-file -l WL-MK -f compile-wl-package \
> >         NONE NONE
> > Loading ./WL-CFG...
> > Cannot open load file: install
> > make: *** [elc] Error 255
> > 
> > 
> > Any suggestions as to what is broken? i am not aware of an emacs 'install'
> > package but reason would lead one to conclude that such a thing might exist
> > and i dont have one.....
> 
> FWIW, I run WL on XEmacs 21.4.12 on XP, but I compiled it on unix
> (using install-package). In my environment we have shared
> cross-platform installation points, but all else failing, you could
> just ftp the elc files over to your Windows machine. (I don't know of
> any reason it shouldn't work as you're doing it, but I've never tried
(Continue reading)

Takashi Hiromatsu | 3 Mar 2005 01:05
Picon

Re: installing wl on WindowsXP with emacs-21.3

> > > jutz <at> johnu01 /cygdrive/c/emacs/emacs-21.3/site-lisp/wl-2.12.2
Is your emacs NTEmacs, not a emacs form cygwin?

Before install apel, flim, semi, WL, please set enviromental variables
like as below.

     EMACS=c:/emacs/emacs-21.3/bin/$1.exe
     LISPDIR=c:/emacs/site-lisp
     VERSION_SPECIFIC_LISPDIR=c:/emacs/emacs-21.3/site-lisp
     INFODIR=c:/emacs/emacs-21.3/info

NTEmacs can't understand posix path correctly given by cygwin make.

T.H.

Takashi Hiromatsu | 3 Mar 2005 01:27
Picon

Re: installing wl on WindowsXP with emacs-21.3

>      EMACS=c:/emacs/emacs-21.3/bin/$1.exe
sorry, mistake
       EMACS=c:/emacs/emacs-21.3/bin/emacs.exe

T.H.       

Ron Isaacson | 3 Mar 2005 03:32
Favicon

Re: installing wl on WindowsXP with emacs-21.3

John L.Utz III wrote:
> 
> i have installed apel, but it doesnt seem to show up in the path, because
> flim, semi and wl all complain about the lack of 'install'...

One other thing to check, again not sure if it applies to you: my
emacs distro (or sumo IIRC) came with an old, incompatible version of
apel. If you've installed a new apel but are still having problems,
make sure yours appears in the load-path BEFORE any that might have
been included with your emacs. (I forgot all about apel until John
mentioned it...)

--
Ron Isaacson
Morgan Stanley
ron.isaacson <at> morganstanley.com / (212) 762-0812

NOTICE: If received in error, please destroy and notify sender.  Sender
does not waive confidentiality or privilege, and use is prohibited.

Yoichi NAKAYAMA | 3 Mar 2005 13:50
X-Face
Gravatar

Re: Superfluous saving of drafts in the queue

At Mon, 21 Feb 2005 21:44:48 +0900,
Yoichi NAKAYAMA wrote:
> There is a bug that living draft buffers are left alone while changing
> state from offline to online and saved files are moved.

I hope following patch will fix this.
Regards,
--

-- 
Yoichi NAKAYAMA
Attachment (draft-buffer-and-dop.diff): application/octet-stream, 1979 bytes

Gmane