all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Sullivan <john@wjsullivan.net>
Subject: Re: Emacs doesn't load .emacs
Date: Sat, 04 Nov 2006 11:42:51 -0500	[thread overview]
Message-ID: <87psc3kvsk.fsf@ashbery.wjsullivan.net> (raw)
In-Reply-To: 4quaviFops3pU3@individual.net

"Hendrik Bilges" <VZQNVPETFXMY@spammotel.com> writes:

> If I replace the generated .emacs with the file mentioned before,
> containing only "(display-time)", it won't get loaded - the time is not
> shown in the status bar.
>
> Any ideas on this?

,----[ C-h f display-time-mode RET ]
| display-time-mode is an interactive autoloaded Lisp function in `time'.
| It is bound to <menu-bar> <options> <showhide> <showhide-date-time>.
| (display-time-mode &optional ARG)
| 
| Toggle display of time, load level, and mail flag in mode lines.
| With a numeric arg, enable this display if arg is positive.
| 
| When this display is enabled, it updates automatically every minute.
| If `display-time-day-and-date' is non-nil, the current day and date
| are displayed as well.
| This runs the normal hook `display-time-hook' after each update.
| 
| [back]
`----

Note the TOGGLE part. It's likely that something in your site-startup is
turning display-time-mode on, and then your code in .emacs is turning it back
off. So, two things to try.

1) Test with something else. Put (message "It works!") in your .emacs, then
check your *Messages* buffer after starting emacs to look for that string.

2) Use (display-time-mode 1) instead of just (display-time-mode).

-- 
-John Sullivan
-http://www.wjsullivan.net
-GPG Key: AE8600B6

      parent reply	other threads:[~2006-11-04 16:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-02 11:19 Emacs doesn't load .emacs Hendrik Bilges
2006-11-02 12:05 ` Robert Thorpe
2006-11-02 13:16   ` Hendrik Bilges
2006-11-02 13:43     ` Hendrik Bilges
2006-11-02 14:17       ` Lowell Gilbert
2006-11-02 14:29         ` Hendrik Bilges
2006-11-02 14:58           ` Peter Dyballa
2006-11-02 15:23           ` Peter Dyballa
2006-11-02 15:22       ` Martin Jost
2006-11-02 16:54         ` Hendrik Bilges
2006-11-02 17:20           ` Hendrik Bilges
2006-11-02 19:06             ` Kevin Rodgers
     [not found]             ` <mailman.83.1162496054.2155.help-gnu-emacs@gnu.org>
2006-11-03  4:28               ` Hendrik Bilges
2006-11-03  9:19                 ` Harald Hanche-Olsen
2006-11-02 17:33           ` Sam Peterson
2006-11-02 19:08           ` Robert Thorpe
2006-11-04 16:42       ` John Sullivan [this message]

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=87psc3kvsk.fsf@ashbery.wjsullivan.net \
    --to=john@wjsullivan.net \
    /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.