unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* system-type macos in lisp/loadup.el & ls-lisp.el
@ 2009-08-13 13:06 CHENG Gao
  2009-08-13 17:10 ` Eli Zaretskii
  2009-08-21 19:04 ` Dan Nicolaescu
  0 siblings, 2 replies; 3+ messages in thread
From: CHENG Gao @ 2009-08-13 13:06 UTC (permalink / raw)
  To: emacs-devel


In lisp/loadup.el:

,----
| (if (eq system-type 'macos)
|     (progn
|       (load "ls-lisp")))
`----

I trust system-type for MacOSX had been changed to "darwin" for fairly
long time.

This means ls-lisp.el is never pre-loaded for MacOSX. I dont know if it
hurts anything.

And ls-lisp.el uses system-type "macos" also.








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

* Re: system-type macos in lisp/loadup.el & ls-lisp.el
  2009-08-13 13:06 system-type macos in lisp/loadup.el & ls-lisp.el CHENG Gao
@ 2009-08-13 17:10 ` Eli Zaretskii
  2009-08-21 19:04 ` Dan Nicolaescu
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2009-08-13 17:10 UTC (permalink / raw)
  To: CHENG Gao; +Cc: emacs-devel

> From: CHENG Gao <chenggao@gmail.com>
> Date: Thu, 13 Aug 2009 21:06:14 +0800
> 
> 
> In lisp/loadup.el:
> 
> ,----
> | (if (eq system-type 'macos)
> |     (progn
> |       (load "ls-lisp")))
> `----
> 
> I trust system-type for MacOSX had been changed to "darwin" for fairly
> long time.

`macos' is not for Darwin/MacOS X, it's for the older Mac systems.  We
should probably remove that.




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

* Re: system-type macos in lisp/loadup.el & ls-lisp.el
  2009-08-13 13:06 system-type macos in lisp/loadup.el & ls-lisp.el CHENG Gao
  2009-08-13 17:10 ` Eli Zaretskii
@ 2009-08-21 19:04 ` Dan Nicolaescu
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Nicolaescu @ 2009-08-21 19:04 UTC (permalink / raw)
  To: CHENG Gao; +Cc: emacs-devel

CHENG Gao <chenggao@gmail.com> writes:

  > In lisp/loadup.el:
  > 
  > ,----
  > | (if (eq system-type 'macos)
  > |     (progn
  > |       (load "ls-lisp")))
  > `----

Thanks, this is gone now, it was a left over from the old macos < X code.




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

end of thread, other threads:[~2009-08-21 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 13:06 system-type macos in lisp/loadup.el & ls-lisp.el CHENG Gao
2009-08-13 17:10 ` Eli Zaretskii
2009-08-21 19:04 ` Dan Nicolaescu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).