Am 09.11.2007 um 11:42 schrieb peter:
> in both 22.0.97 and 22.1.50, the default-frame-alist is
> ((foreground-color . "black")
> (background-color . "white")
> (tool-bar-lines . 0)
> (menu-bar-lines . 1)
> (right-fringe)
> (left-fringe . 0))
The (right-fringe) line does not look right to me, but it's contained
in the default setting ...
Anyway, I prepared a test file to check whether they work It's used
as in
<path to some GNU Emacs variant> -Q -l ~/.emacs-init.el &
The contents of ~/.emacs-init.el is:
;;
;; Test file to help determine correct behaviour of GNU Emacs flavours.
;;
;; Time-stamp: <2007-11-09 17:46:30 pete>
;;
;;(prefer-coding-system 'utf-8)
;(setq calendar-latitude [50 20.5 north])
(setq calendar-latitude +50.3417)
;(setq calendar-longitude [8 45.4 east])
(setq calendar-longitude +8.7573)
(setq calendar-location-name "Friedberg")
(setq calendar-standard-time-zone-name "MEZ")
(setq calendar-daylight-time-zone-name "MESZ")
(setq calendar-current-time-zone-cache
'(60 60 "MEZ" "MESZ"
(calendar-nth-named-day -1 0 3 year)
(calendar-nth-named-day -1 0 10 year)
120 180))
(setq display-time-24hr-format t)
(setq display-time-day-and-date t)
(setq display-time-mode t)
(setq european-calendar-style t)
(global-set-key [M-f1] 'replace-string)
(global-set-key [M-f2] 'replace-regexp)
(global-set-key [M-f3] 'grep-find)
(global-set-key [M-f4] 'query-replace-regexp)
(global-set-key [f1 f2] 'manual-entry)
(global-set-key [f1 f3] 'info-apropos)
(global-set-key [f1 f4] 'apropos)
(global-set-key [f1 f5] 'apropos-variable)
(global-set-key [f3] 'compare-windows)
(global-set-key [f5] 'shell)
(global-set-key [S-f5] 'shell-command-on-region)
(global-set-key [f12] 'delete-trailing-whitespace)
(global-set-key [home] 'beginning-of-buffer)
(global-set-key [end] 'end-of-buffer)
(global-set-key [kp-enter] 'other-window)
(global-set-key [C-M-b] 'backward-sexp)
(global-set-key [C-M-f] 'forward-sexp)
(global-set-key [C-prior] 'scroll-down-in-place)
(global-set-key [C-next] 'scroll-up-in-place)
(global-set-key [M-up] 'beginning-of-window)
(global-set-key [M-down] 'end-of-window)
(setq initial-frame-alist '(
(tool-bar-lines . 0)
(menu-bar-lines . 1)
(border-color . "gold1")
(cursor-color . "turquoise1")
(mouse-color . "purple3")
(foreground-color . "IndianRed4")
(background-color . "antiquewhite1")
(vertical-scroll-bars . left)
(internal-border-width . 0)
; (font . "fontset-10pt_bitstream_courier")
(top . 10) (left . 625) (width . 89) (height . 50)
))
(setq default-frame-alist '(
(tool-bar-lines . 1)
(menu-bar-lines . 0)
(border-color . "turquoise1")
(cursor-color . "firebrick")
(mouse-color . "SpringGreen2")
(background-color . "mint cream")
(foreground-color . "MidnightBlue")
(vertical-scroll-bars . right)
(internal-border-width . 2)
; (line-spacing . 1)
; (active-alpha . 0.875)
; (inactive-alpha . 0.75)
; (alpha . (87 75))
; (cursor-type . box)
; (default-fringes-outside-margins . 22)
; (default-left-fringe-width . 16)
; (default-left-margin-width . 9)
; (fontset . "fontset-11pt_simpl")
; (font . "fontset-10pt_lucidatypewriter")
(top . 20) (left . 125) (width . 89) (height . 45)
))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(case-fold-search nil)
'(debug-on-error t)
'(display-time-mode t)
'(global-font-lock-mode t)
'(show-paren-mode t)
'(transient-mark-mode t)
'(describe-char-unicodedata-file "/sw/lib/clisp/data/
UnicodeDataFull.txt")
)
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
Most of my important preferences are in it. The font settings need to
be adjusted to what the host offers.
--
Greetings
Pete
$ sumascii BILL GATES
B I L L G A T E S
66+ 73+ 76+ 76+ 71+ 65+ 84+ 69+ 83 = 663
and add 3 because he's Bill Gates the third.
--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---