Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: deskpot@despammed.com (Vasily Korytov)
Subject: Re: canlock-password added to .emacs bind ones back, ending up on webpage
Date: Tue, 18 Feb 2003 10:38:44 +0300	[thread overview]
Message-ID: <87vfzi3unv.fsf@unix.home> (raw)
In-Reply-To: <87wujyb8oa.fsf@jidanni.org>

>>>>> "DJ" == Dan Jacobson writes:

 DJ> Fellas, be aware that if you use oort gnus a
 DJ> (canlock-password "3a84a38d5a9355700b7da3d800d02cb372b033e7")
 DJ> will be added to your .emacs behind your back which then gets put on
 DJ> your website for all to see if you are like me an share your .emacs
 DJ> file.

 DJ> One must (setq message-insert-canlock nil) before upgrading to oort to
 DJ> avoid it.

There is another way. IMHO, it's cleaner to collect all the sensitive
local data (in my case, customize data too) in custom.el with
permissions 0600.

These are from my init file (actually, they're not needed for XEmacs
21.4, that I use -- but for compatibility reasons). They might work for
you as well.

from the very beginning:
;; Define user-init-directory for emacsen, that don't have it.
;; you may want to change it to ~/lib/emacs,or to ~/.emacs.d, or to...
(unless (boundp 'user-init-directory)
  (setq user-init-directory "~/.xemacs/"))

and from the very end:
;; finally, make customize living in separate file, if it isn't yet there
(unless custom-file
  (setq custom-file (expand-file-name "custom.el" user-init-directory))
  (if (file-exists-p custom-file)
      (load-file custom-file)))

-- 
       I accept RFC3156 and RFC1991-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841


           reply	other threads:[~2003-02-18  7:38 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <87wujyb8oa.fsf@jidanni.org>]

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=87vfzi3unv.fsf@unix.home \
    --to=deskpot@despammed.com \
    /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).