all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* .emacs or .emacs-init file to modify ^H
@ 2006-09-26 19:39 Anderson Krista
  2006-09-27 18:15 ` Eli Zaretskii
  2006-09-28 14:42 ` Kevin Rodgers
  0 siblings, 2 replies; 4+ messages in thread
From: Anderson Krista @ 2006-09-26 19:39 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 567 bytes --]

Hello,

I'm a long-time emacs user (First Bell Labs and then GNU), but new to MS
Windows.  If I have a few simple things to do like:

(global-set-key "\C-h" 'delete-backward-char)
(global-set-key "\M-?" 'help-command)
(display-time)
(setq line-number-mode t)

then how do I make gnu emacs point to the MS Windows directory that has
the .emacs or .emacs-init file?  Also, how do I make it find a simple
lisp file in an MS Windows directory?

I didn't build it from a configuration file, but just downloaded
binaries.

Thanks much,
Krista Anderson


[-- Attachment #1.2: Type: text/html, Size: 1342 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: .emacs or .emacs-init file to modify ^H
       [not found] <mailman.7483.1159355800.9609.help-gnu-emacs@gnu.org>
@ 2006-09-27 14:54 ` B. T. Raven
  0 siblings, 0 replies; 4+ messages in thread
From: B. T. Raven @ 2006-09-27 14:54 UTC (permalink / raw)


.emacs or .emacs-init file to modify ^H
"Anderson Krista" <Krista.Anderson@comverse.com> wrote in message
news:mailman.7483.1159355800.9609.help-gnu-emacs@gnu.org...
Hello,
I'm a long-time emacs user (First Bell Labs and then GNU), but new to MS
Windows.  If I have a few simple things to do like:


(global-set-key "\C-h" 'delete-backward-char)

Better to use some other key combo. C-h is a prefix for many useful help
functions. If you override this with your own assignment it will make the
documentation less useful.
Btw, why is there both 'delete-backward-char and 'backward-delete-char ???
Anyone ???

(global-set-key "\M-?" 'help-command)

This is okay since M-? is undefined 'out of the box'

>(display-time)

Maybe better to use  Customize Emacs > Specific Option from the Menu Bar.
This will write  '(display-time-mode t nil (time)) into a
custom-set-variables form in your .emacs.

>(setq line-number-mode t)

Same thing here. Apparently this is set to t automatically when you
specify  '(line-number-display-limit someinteger), also using Customize.
This should probably be set if there is a chance that you will look at
huges files.

>then how do I make gnu emacs point to the MS Windows directory that has
the .emacs or .emacs-init file?  Also, how do I make it find a >simple
lisp file in an MS Windows directory?

.emacs should be at home in the HOME directory. This defaults to the root
of the boot partition but can be set in autoexec.bat or another .bat file
if you wish. Maybe also in other ways in the later incarnations of msw. I
am using msw98 here.
If you make a short-cut  for launching Emacs then you can specify a start
directory in Properties > Program > Working: Lisp files should eventually
be stored in <emacsinstalldirectory>\lisp or ... \site-lisp but you can
start editing them in the Working: directory at first. LOADPATH is usually
something like ...\site-lisp;...\lisp;...\leim so that you will have to
specify the full path of the .el file if you want to load it from somewher
e else.

>I didn't build it from a configuration file, but just downloaded
binaries.

Same here. I don't think I would be able to figure out how to build it.

>Thanks much,
>Krista Anderson

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: .emacs or .emacs-init file to modify ^H
  2006-09-26 19:39 .emacs or .emacs-init file to modify ^H Anderson Krista
@ 2006-09-27 18:15 ` Eli Zaretskii
  2006-09-28 14:42 ` Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2006-09-27 18:15 UTC (permalink / raw)


> Date: Tue, 26 Sep 2006 15:39:40 -0400
> From: "Anderson Krista" <Krista.Anderson@comverse.com>
> 
> then how do I make gnu emacs point to the MS Windows directory that has
> the .emacs or .emacs-init file?

The same as on Unix: "C-x C-f ~/.emacs RET"

> Also, how do I make it find a simple lisp file in an MS Windows
> directory?

"C-x C-f d:/foo/bar/whatever.el RET"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: .emacs or .emacs-init file to modify ^H
  2006-09-26 19:39 .emacs or .emacs-init file to modify ^H Anderson Krista
  2006-09-27 18:15 ` Eli Zaretskii
@ 2006-09-28 14:42 ` Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2006-09-28 14:42 UTC (permalink / raw)


Anderson Krista wrote:
> then how do I make gnu emacs point to the MS Windows directory that has 
> the .emacs or .emacs-init file?  Also, how do I make it find a simple 
> lisp file in an MS Windows directory?

C-h v load-path

-- 
Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-28 14:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-26 19:39 .emacs or .emacs-init file to modify ^H Anderson Krista
2006-09-27 18:15 ` Eli Zaretskii
2006-09-28 14:42 ` Kevin Rodgers
     [not found] <mailman.7483.1159355800.9609.help-gnu-emacs@gnu.org>
2006-09-27 14:54 ` B. T. Raven

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.