Sorry if this has already been asked; however I don't seem to be able to find an answer anywhere grr.
How do I programmatically determine which os emacs is running under in elisp? I would like to run different code in .emacs depending on the os.
|
|
|
The
|
|||
|
|
|
For folks newer to elisp, a sample usage:
|
|||
|
|
|
In a .emacs, there is not only the |
|||
|
|
|
From GNU Emacs Lisp reference manual http://www.gnu.org/software/emacs/manual/html_node/elisp/System-Environment.html |
|||
|
|
|
This is mostly already answered, but for those interested, I just tested this on FreeBSD and there the reported value was "berkeley-unix". |
|||
|
|