Gnus development mailing list
 help / color / mirror / Atom feed
From: Manoj Srivastava <srivasta@acm.org>
Cc: ding@gnus.org
Subject: Re: Autoloads no longer working?
Date: Fri, 26 Apr 2002 04:32:13 -0500	[thread overview]
Message-ID: <87u1pyu7oi.fsf@glaurung.green-gryphon.com> (raw)
In-Reply-To: <vaf7kmuvpeq.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 26 Apr 2002 10:23:57 +0200")

>>"Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

 Kai> I don't know what does 20gnus-init.el do, but I guess it only
 Kai> frobs load-path.

	This is the content of that file:
======================================================================
(if (file-exists-p (concat "/usr/share/"
			   (symbol-name debian-emacs-flavor)
			   "/site-lisp/gnus/gnus.elc"))
    (progn
      (provide 'gnus-init)
      (if (fboundp 'debian-pkg-add-load-path-item)
	  (setq load-path (debian-pkg-add-load-path-item (concat "/usr/share/"
						 (symbol-name 
						  debian-emacs-flavor)
						 "/site-lisp/gnus")))
	(setq load-path (cons (concat "/usr/share/"
				      (symbol-name debian-emacs-flavor)
				      "/site-lisp/gnus") load-path)))
      ))
======================================================================

debian-pkg-add-load-path-item is a compiled Lisp function in `debian-startup'.
(debian-pkg-add-load-path-item ITEM)

Takes a path item (a string) and adds it to load path in the
correct position for an add-on package, before the emacs system
directories, but after the /usr/local/ directories.  After modifying
load-path, returns the new load-path.
======================================================================

	manoj
	
-- 
 The use of anthropomorphic terminology when dealing with computing
 systems is a symptom of professional immaturity. Edsger Dijkstra
Manoj Srivastava   <srivasta@acm.org>  <http://www.datasync.com/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



  reply	other threads:[~2002-04-26  9:32 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23 10:05 Andreas Fuchs
2002-04-23 13:43 ` Kai Großjohann
2002-04-23 15:04   ` Andreas Fuchs
2002-04-23 15:29     ` Kai Großjohann
2002-04-24 15:54       ` Andreas Fuchs
2002-04-24 16:08         ` Paul Jarc
2002-04-24 18:21         ` Kai Großjohann
2002-04-25 10:24           ` Andreas Fuchs
2002-04-26  3:01           ` Manoj Srivastava
2002-04-26  8:11             ` Andreas Fuchs
2002-04-26  9:57               ` Manoj Srivastava
2002-04-26 13:00                 ` Andreas Fuchs
2002-04-26 13:32                   ` Kai Großjohann
2002-04-26 13:56                     ` Andreas Fuchs
2002-04-26 15:01                       ` Kai Großjohann
2002-04-26 16:53                         ` Andreas Fuchs
2002-04-26 18:22                           ` Kai Großjohann
2002-04-27 16:14                             ` Andreas Fuchs
2002-04-26 17:11                         ` Harry Putnam
2002-04-27 22:59                     ` Paul Jarc
2002-04-28 12:07                       ` Kai Großjohann
2002-04-28 17:43                       ` Paul Jarc
2002-04-26  8:12             ` Andreas Fuchs
2002-04-26  9:48               ` Kai Großjohann
2002-04-26  8:23             ` Kai Großjohann
2002-04-26  9:32               ` Manoj Srivastava [this message]
2002-04-30 15:58     ` amos+lists.ding
2002-04-30 19:45       ` Amos Gouaux
2002-05-05 15:22       ` Amos Gouaux
2002-05-05 15:39         ` Kai Großjohann
2002-05-05 21:45           ` Amos Gouaux

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=87u1pyu7oi.fsf@glaurung.green-gryphon.com \
    --to=srivasta@acm.org \
    --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).