unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Raimund Kohl-Füchsle" <ray@nabuli.de>
Subject: Re: calendar functions
Date: Mon, 25 Aug 2003 09:41:18 +0200	[thread overview]
Message-ID: <20030825074117.GA861@oldsmartoffice> (raw)
In-Reply-To: <m3n0dysl7b.fsf@defun.localdomain>

On Mon, Aug 25, 2003 at 01:13:44AM +0200, Jesper Harder wrote:
> Raimund Kohl-Füchsle <ray@nabuli.de> writes:
> 
> > On Sun, Aug 24, 2003 at 11:30:46PM +0200, Jesper Harder wrote:
> >> ray@nabuli.de (Raimund Kohl-Fuechsle) writes:
> >> 
> >> > I recently switched from SuSE to Debian.  Somehow I feel the
> >> > behaviour of a few calender functions seem to work differently ...
> >> > or not at all.
> >> 
> >> I seem to remember that SuSE has modified Emacs to look for .emacs in
> >> a non-standard location (or name).  Where did you put your .emacs file
> >> under Debian -- in "~/.emacs"?
> >
> > Yep. Also, according to a book I recently bought, I created a
> > directory ~/emacs and within that directory I have several files that
> > are loaded by .emacs, eg. init.el, which contains the mentioned
> > setq's.  At least with AucTeX, which also is called with
> > ~/emacs/init.el, it works fine.  Just the calender issue seems to not
> > want to :-(
> 
> Hmm, I don't think a vanilla Gnu Emacs built from the sources loads
> '~/emacs/init.el'.

Oh, I may have been unclear here, sorry.  I HAVE an init file
".emacs".  In .emacs I have set:

(setq load-path (cons "/home/ray/emacs-lisp" load-path))
(load "init")

and this way "emacs-lisp/init.el" is loaded.

Anyway, I changed that according to your suggestion and put all those
settings relating with calendar into .emacs; thus it's now:

--------------
(server-start)
(setq load-path (cons "/home/ray/emacs-lisp" load-path))

(load "init")
(load "emacs-wiki")

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(auto-compression-mode t nil (jka-compr))
 '(case-fold-search t)
 '(current-language-environment "German")
 '(default-input-method "german-postfix")
 '(global-font-lock-mode t nil (font-lock))
 '(show-paren-mode t nil (paren))
 '(uniquify-buffer-name-style (quote forward) nil (uniquify)))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

;;(calendar)
;;
(setq calender-latitude +49.27)
     (setq calender-longitude +8.21)
     (setq calender-location-name "Mutterstadt, LU")
(setq calender-week-start-day 1)
(setq mark-diary-entries-in-calender t)
(add-hook 'diary-display-hook 'fancy-diary-display)
(add-hook 'list-diary-entries-hook 'sort-diary-entries t)
(setq diary-list-include-blanks t)
(diary)
(display-time)
     (add-hook 'diary-hook 'appt-make-list)
(setq cal-tex-diary nil)
;;
;;
-----------

... but that one doesn't work either :-(

thank you anyway :-)

ray

  reply	other threads:[~2003-08-25  7:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.868.1061739745.29551.help-gnu-emacs@gnu.org>
2003-08-24 21:30 ` calendar functions Jesper Harder
2003-08-24 22:07   ` Raimund Kohl-Füchsle
     [not found]   ` <mailman.879.1061763248.29551.help-gnu-emacs@gnu.org>
2003-08-24 23:13     ` Jesper Harder
2003-08-25  7:41       ` Raimund Kohl-Füchsle [this message]
2003-08-25  8:33       ` Raimund Kohl-Füchsle
     [not found]       ` <mailman.903.1061801457.29551.help-gnu-emacs@gnu.org>
2003-08-25  9:10         ` Oliver Scholz
2003-08-25  9:37           ` Raimund Kohl-Füchsle
2003-08-24 11:36 Raimund Kohl-Fuechsle

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030825074117.GA861@oldsmartoffice \
    --to=ray@nabuli.de \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).