Gnus development mailing list
 help / color / mirror / Atom feed
* [w3 - url] OT but what is URL
@ 2001-02-08  3:09 Harry Putnam
  2001-02-08  3:38 ` Daniel Pittman
  0 siblings, 1 reply; 9+ messages in thread
From: Harry Putnam @ 2001-02-08  3:09 UTC (permalink / raw)



Having just accessed the CVS repository for w3 I also got url but I
don't know what it is.  

The texi directory and txi file are somewhat ..... incomplete.

Where can I learn about this tool.



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

* Re: [w3 - url] OT but what is URL
  2001-02-08  3:09 [w3 - url] OT but what is URL Harry Putnam
@ 2001-02-08  3:38 ` Daniel Pittman
  2001-02-08  4:20   ` John H. Palmieri
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Pittman @ 2001-02-08  3:38 UTC (permalink / raw)


On 07 Feb 2001, Harry Putnam wrote:
> Having just accessed the CVS repository for w3 I also got url but I
> don't know what it is.

URL is, as the name suggests, a library for dealing with URLs.

Specifically, it's the URL layer that was part of W3 split out and made
to stand on it's own.

        Daniel

-- 
"Just living is not enough," said the Butterfly.  "One must have sunshine,
freedom, and a little flower."
        -- Hans Christian Andersen



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

* Re: [w3 - url] OT but what is URL
  2001-02-08  3:38 ` Daniel Pittman
@ 2001-02-08  4:20   ` John H. Palmieri
  2001-02-10  0:51     ` url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL) John H. Palmieri
  0 siblings, 1 reply; 9+ messages in thread
From: John H. Palmieri @ 2001-02-08  4:20 UTC (permalink / raw)


Speaking of the url package, the make process doesn't quite work with
the CVS versions of w3 and url installed.  This is what happens:

cd lisp && make EMACS="emacs"
lispdir="/usr/local/share/emacs/site-lisp" all
make[1]: Entering directory `/user1/palmieri/emacs/pgnus-cvs/lisp'
rm -f *.elc
W3DIR=/user1/palmieri/emacs/w3-cvs/lisp
lispdir=/usr/local/share/emacs/site-lisp srcdir=. emacs -batch -q
-no-site-file -l ./dgnushack.el -f dgnushack-compile
No w3: (file-error Cannot open load file mule-sysdp)
/user1/palmieri/emacs/w3-cvs/lisp/w3-forms.elc


I don't know how serious this error is, because the compilation
process continues from here.  I know the reason for the error:
mule-sysdp is in url/lisp, not w3/lisp, in the cvs versions, and
configure doesn't have a '--with-url' option so I can specify the
appropriate directory.  Someone who knows something about configure
scripts (i.e., not me) want to fix this?


Daniel Pittman <daniel@rimspace.net> writes:

> On 07 Feb 2001, Harry Putnam wrote:
> > Having just accessed the CVS repository for w3 I also got url but I
> > don't know what it is.
> 
> URL is, as the name suggests, a library for dealing with URLs.
> 
> Specifically, it's the URL layer that was part of W3 split out and made
> to stand on it's own.
> 
>         Daniel
> 
> -- 
> "Just living is not enough," said the Butterfly.  "One must have sunshine,
> freedom, and a little flower."
>         -- Hans Christian Andersen
> 

-- 
John H. Palmieri                      
Dept of Mathematics, Box 354350    palmieri@math.washington.edu
University of Washington	   http://www.math.washington.edu/~palmieri/
Seattle, WA 98195-4350



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

* url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL)
  2001-02-08  4:20   ` John H. Palmieri
@ 2001-02-10  0:51     ` John H. Palmieri
  2001-02-10  1:18       ` ShengHuo ZHU
  0 siblings, 1 reply; 9+ messages in thread
From: John H. Palmieri @ 2001-02-10  0:51 UTC (permalink / raw)


Speaking of the url package, the make process doesn't quite work with
the CVS versions of w3 and url installed.  This is what happens:

cd lisp && make EMACS="emacs"
lispdir="/usr/local/share/emacs/site-lisp" all
make[1]: Entering directory `/user1/palmieri/emacs/pgnus-cvs/lisp'
rm -f *.elc
W3DIR=/user1/palmieri/emacs/w3-cvs/lisp
lispdir=/usr/local/share/emacs/site-lisp srcdir=. emacs -batch -q
-no-site-file -l ./dgnushack.el -f dgnushack-compile
No w3: (file-error Cannot open load file mule-sysdp)
/user1/palmieri/emacs/w3-cvs/lisp/w3-forms.elc


I don't know how serious this error is, because the compilation
process continues from here.  I know the reason for the error:
mule-sysdp is in url/lisp, not w3/lisp, in the cvs versions, and
configure doesn't have a '--with-url' option so I can specify the
appropriate directory.  Someone who knows something about configure
scripts (i.e., not me) want to fix this?


Daniel Pittman <daniel@rimspace.net> writes:

> On 07 Feb 2001, Harry Putnam wrote:
> > Having just accessed the CVS repository for w3 I also got url but I
> > don't know what it is.
> 
> URL is, as the name suggests, a library for dealing with URLs.
> 
> Specifically, it's the URL layer that was part of W3 split out and made
> to stand on it's own.
> 
>         Daniel
> 
> -- 
> "Just living is not enough," said the Butterfly.  "One must have sunshine,
> freedom, and a little flower."
>         -- Hans Christian Andersen
> 

-- 
John H. Palmieri                      
Dept of Mathematics, Box 354350    palmieri@math.washington.edu
University of Washington	   http://www.math.washington.edu/~palmieri/
Seattle, WA 98195-4350



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

* Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL)
  2001-02-10  0:51     ` url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL) John H. Palmieri
@ 2001-02-10  1:18       ` ShengHuo ZHU
  2001-02-10 13:54         ` Harry Putnam
  0 siblings, 1 reply; 9+ messages in thread
From: ShengHuo ZHU @ 2001-02-10  1:18 UTC (permalink / raw)


palmieri@math.washington.edu (John H. Palmieri) writes:


> I don't know how serious this error is, because the compilation
> process continues from here.  I know the reason for the error:
> mule-sysdp is in url/lisp, not w3/lisp, in the cvs versions, and
> configure doesn't have a '--with-url' option so I can specify the
> appropriate directory.  Someone who knows something about configure
> scripts (i.e., not me) want to fix this?

Added.

ShengHuo

-- 
(setq gnus-posting-styles 
      '((".*" (signature (format "(setq gnus-posting-styles 
      '%S)" gnus-posting-styles)))))



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

* Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL)
  2001-02-10  1:18       ` ShengHuo ZHU
@ 2001-02-10 13:54         ` Harry Putnam
  2001-02-10 14:07           ` ShengHuo ZHU
  0 siblings, 1 reply; 9+ messages in thread
From: Harry Putnam @ 2001-02-10 13:54 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> palmieri@math.washington.edu (John H. Palmieri) writes:
> 
> 
> > I don't know how serious this error is, because the compilation
> > process continues from here.  I know the reason for the error:
> > mule-sysdp is in url/lisp, not w3/lisp, in the cvs versions, and
> > configure doesn't have a '--with-url' option so I can specify the
> > appropriate directory.  Someone who knows something about configure
> > scripts (i.e., not me) want to fix this?
> 
> Added.

Still doesn't work for me.

        Entered w3/w3  cvs update

        Entered w3/url cvs update

Then in w3/w3

        ./configure --with-url=/usr/local/w3/url

[...]

Sucessfully configured Emacs/W3
Using custom package installed in: 
Emacs/W3 will be compiled with: emacs
 
To finish building Emacs/W3 type 'make' now.
To install Emacs/W3 type 'make install'.
To create autoloads in '/home/reader/.emacs' type 'make dotemacs'


	 $ make
	cd lisp && make w3
	make[1]: Entering directory `/usr/local/w3/w3/lisp'

	GNUSDIR=/usr/local/gnus/lisp/ URLDIR=/usr/local/w3/url
	W3SRCDIR=. emacs -batch -q -no-site-file -l ./docomp.el -f
	emacs-batch-build-autoloads . auto-autoloads.el

	Cannot open load file: mule-sysdp
	make[1]: *** [auto-autoloads.el] Error 255
	make[1]: Leaving directory `/usr/local/w3/w3/lisp'
	make: *** [w3] Error 2
	[209 reader]/usr/local/w3/w3
	 $ 



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

* Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL)
  2001-02-10 13:54         ` Harry Putnam
@ 2001-02-10 14:07           ` ShengHuo ZHU
  2001-02-10 14:44             ` Harry Putnam
  0 siblings, 1 reply; 9+ messages in thread
From: ShengHuo ZHU @ 2001-02-10 14:07 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:


[...]

> Then in w3/w3
> 
>         ./configure --with-url=/usr/local/w3/url

Should be
         ./configure --with-url=/usr/local/w3/url/lisp


ShengHuo

-- 
(setq gnus-posting-styles 
      '((".*" (signature (format "(setq gnus-posting-styles 
      '%S)" gnus-posting-styles)))))



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

* Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL)
  2001-02-10 14:07           ` ShengHuo ZHU
@ 2001-02-10 14:44             ` Harry Putnam
  2001-02-10 15:52               ` ShengHuo ZHU
  0 siblings, 1 reply; 9+ messages in thread
From: Harry Putnam @ 2001-02-10 14:44 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> Harry Putnam <reader@newsguy.com> writes:
> 
> 
> [...]
> 
> > Then in w3/w3
> > 
> >         ./configure --with-url=/usr/local/w3/url
> 
> Should be
>          ./configure --with-url=/usr/local/w3/url/lisp
> 
> 
> ShengHuo

Gack!  And so it is.    Working now

Does it require any differnt code in emacs?  My old code looks like:
(add-to-list 'Info-default-directory-list "/usr/local/w3/w3/texi")
(add-to-list 'load-path  "/usr/local/w3/w3/lisp") 

Do I need a pointer to url lisp files too?



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

* Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL)
  2001-02-10 14:44             ` Harry Putnam
@ 2001-02-10 15:52               ` ShengHuo ZHU
  0 siblings, 0 replies; 9+ messages in thread
From: ShengHuo ZHU @ 2001-02-10 15:52 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

[...]

> Does it require any differnt code in emacs?  My old code looks like:
> (add-to-list 'Info-default-directory-list "/usr/local/w3/w3/texi")
> (add-to-list 'load-path  "/usr/local/w3/w3/lisp") 
> 
> Do I need a pointer to url lisp files too?

Yes, I think.

ShengHuo

-- 
(setq gnus-posting-styles 
      '((".*" (signature (format "(setq gnus-posting-styles 
      '%S)" gnus-posting-styles)))))



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

end of thread, other threads:[~2001-02-10 15:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-08  3:09 [w3 - url] OT but what is URL Harry Putnam
2001-02-08  3:38 ` Daniel Pittman
2001-02-08  4:20   ` John H. Palmieri
2001-02-10  0:51     ` url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL) John H. Palmieri
2001-02-10  1:18       ` ShengHuo ZHU
2001-02-10 13:54         ` Harry Putnam
2001-02-10 14:07           ` ShengHuo ZHU
2001-02-10 14:44             ` Harry Putnam
2001-02-10 15:52               ` ShengHuo ZHU

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).