all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lute Kamstra <Lute.Kamstra@cwi.nl>
Subject: Re: customization of browse-url has no effect
Date: Thu, 08 May 2003 14:55:39 +0200	[thread overview]
Message-ID: <sgdptmt7g38.fsf@occarina.pna.cwi.nl> (raw)
In-Reply-To: <87addx7hh2.fsf@gmx.net> (upro@gmx.net's message of "Thu, 08 May 2003 14:25:45 +0200")

upro <upro@gmx.net> writes:

[...]

> You're great - with inhibit-default-init in .emacs it finally works!
>
> browse-url-browser-function's value is browse-url-netscape.
>
> I have nothing in my .emacs talking about browsing, netscape or
> similar, apart from the above line from custom-set-variables.
>
> How come my custzom variable was not taken?

I understand that without (setq inhibit-default-init t) in your
.emacs, browse-url-browser-function's value is browse-url-netscape and
with (setq inhibit-default-init t) in you .emacs, its value is
browse-url-lynx-emacs.

This means that you have a default.el file somewhere in your load-path
(type C-h v load-path RET to find out what your load-path is) that
changes browse-url-browser-function.  Such a default.el file is loaded
after .emacs is loaded, so it would "overwrite" the settings you put
in .emacs.  It might be a good idea to locate this library (try typing
M-x locate-library RET default RET) and see what more is in it.  You
may even want to delete it.  (Note that default.el is not shipped with
Emacs, but is put on your system by the system administrators or your
OS distribution).

Lute.

-- 
(spook) => "bullion ammunition IMF"
(insert-file-contents "~/.signature") => (error "`~/.signature' too rude")

  parent reply	other threads:[~2003-05-08 12:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 11:53 customization of browse-url has no effect upro
2003-05-08 12:22 ` Lute Kamstra
2003-05-08 12:25   ` upro
2003-05-08 12:48     ` Johan Bockgård
2003-05-08 15:21       ` upro
2003-05-08 15:42         ` Lute Kamstra
2003-05-08 15:43           ` upro
2003-05-08 12:55     ` Lute Kamstra [this message]
2003-05-08 15:25       ` upro
2003-05-08 19:32         ` Peter Lee
2003-05-08 23:44           ` Johan Bockgård

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=sgdptmt7g38.fsf@occarina.pna.cwi.nl \
    --to=lute.kamstra@cwi.nl \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.