[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fresh macosx install
> i am a wl user. i have a fresh macosx machine. what is the most
> straightforward way to do a clean machine install of wl, including APEL,
> FLIM, and SEMI?
partial hint appended. then had to install other needed pieces as
running wl whined about them. this is carbon emacs, btw.
randy
---
*** ./apel-10.8/Makefile~ Tue Jun 15 18:41:17 2010
--- ./apel-10.8/Makefile Fri Jan 28 13:07:11 2011
***************
*** 13,19 ****
FLAGS = -batch -q -no-site-file -l APEL-MK
PREFIX = NONE
! LISPDIR = NONE
PACKAGEDIR = NONE
VERSION_SPECIFIC_LISPDIR = NONE
--- 13,19 ----
FLAGS = -batch -q -no-site-file -l APEL-MK
PREFIX = NONE
! LISPDIR = /Applications/Emacs.app/Contents/Resources/site-lisp
PACKAGEDIR = NONE
VERSION_SPECIFIC_LISPDIR = NONE
*** ./semi-1.14.6/Makefile~ Wed Dec 24 17:58:16 2003
--- ./semi-1.14.6/Makefile Fri Jan 28 13:45:53 2011
***************
*** 17,24 ****
FLAGS = -batch -q -no-site-file -l SEMI-MK
PREFIX = NONE
! LISPDIR = NONE
! PACKAGEDIR = NONE
VERSION_SPECIFIC_LISPDIR = NONE
GOMI = *.elc
--- 17,24 ----
FLAGS = -batch -q -no-site-file -l SEMI-MK
PREFIX = NONE
! LISPDIR = /Applications/Emacs.app/Contents/Resources/site-lisp
! Packagedir = NONE
VERSION_SPECIFIC_LISPDIR = NONE
GOMI = *.elc
*** ./wanderlust-201101120539/Makefile~ Fri Jan 28 13:19:25 2011
--- ./wanderlust-201101120539/Makefile Fri Jan 28 13:46:26 2011
***************
*** 1,7 ****
#
# Please specify your Emacs here.
#
! EMACS = emacs
# To install Wanderlust for XEmacs 21 or later,
# running 'make install-package' is recommended.
# 'make install-package' refers $XEMACS instead of $EMACS.
--- 1,8 ----
#
# Please specify your Emacs here.
#
! #EMACS = emacs
! EMACS = /Applications/Emacs.app/Contents/MacOS/Emacs
# To install Wanderlust for XEmacs 21 or later,
# running 'make install-package' is recommended.
# 'make install-package' refers $XEMACS instead of $EMACS.
*** ./wanderlust-201101120539/WL-CFG~ Wed Apr 9 08:18:41 2003
--- ./wanderlust-201101120539/WL-CFG Fri Jan 28 13:55:18 2011
***************
*** 9,19 ****
; load-path))
;; If you want to install utils, uncomment following line.
! ;(setq wl-install-utils t)
;; Set language for info file ("ja" or "en", both in default).
;; If you only need manual in English, uncomment following line.
! ;(setq wl-info-lang "en")
;; Set language for news file ("ja" or "en", both in default).
;(setq wl-news-lang '("ja" "en")) ; order sensitive
--- 9,19 ----
; load-path))
;; If you want to install utils, uncomment following line.
! (setq wl-install-utils t)
;; Set language for info file ("ja" or "en", both in default).
;; If you only need manual in English, uncomment following line.
! (setq wl-info-lang "en")
;; Set language for news file ("ja" or "en", both in default).
;(setq wl-news-lang '("ja" "en")) ; order sensitive
*** ./wanderlust-flim-2673049/Makefile~ Wed Nov 28 01:13:24 2007
--- ./wanderlust-flim-2673049/Makefile Fri Jan 28 13:15:42 2011
***************
*** 15,21 ****
FLAGS = -batch -q -no-site-file -l FLIM-MK
PREFIX = NONE
! LISPDIR = NONE
PACKAGEDIR = NONE
VERSION_SPECIFIC_LISPDIR = NONE
--- 15,21 ----
FLAGS = -batch -q -no-site-file -l FLIM-MK
PREFIX = NONE
! LISPDIR = /Applications/Emacs.app/Contents/Resources/site-lisp
PACKAGEDIR = NONE
VERSION_SPECIFIC_LISPDIR = NONE