help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: code listp to determine wich os I'm running on


From: Rusi
Subject: Re: code listp to determine wich os I'm running on
Date: Fri, 31 Jan 2014 03:57:34 -0800 (PST)
User-agent: G2/1.0

On Friday, January 31, 2014 2:33:01 PM UTC+5:30, Renato Pontefice wrote:
> emh....doesn't works on linux :-(

> this is the F1 e result
> Loading 00debian-vars...done
> Loading /etc/emacs/site-start.d/50asym
> ptote.el (source)...done
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...done
> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
> Loading debian-ispell...
> Loading /var/cache/dictionaries-common/emacsen-ispell-default.el
> (source)...done
> Loading debian-ispell...done
> Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el
> (source)...done
> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
> Loading /etc/emacs/site-start.d/50festival.el (source)...done
> Loading /etc/emacs/site-start.d/50psvn.el (source)...done
> Loading /etc/emacs/site-start.d/50python-docutils.el (source)...done
> Loading /home/renato/Dropbox/emacs_prof/.emacs...done
> For information about GNU Emacs and the GNU system, type C-h C-a.

> and this is the .emacs (part of...)
> ;;-----------setta la directory di default (dove aprire e salvare file) su
> Dropbox a seconda del s.o. con cui si apre emacs

> (cond
>  ((eq system-type 'windows-nt)(setq default-directory "C:/Documents and
> Settings/renatop/Documenti/Dropbox/Documenti/org") )
>  ((eq system-type 'darwin)     (message "Darwin"))
>  ((eq system-type 'gnu/linux)  (message "č linux"))

> ;; ((eq system-type 'gnu/linux)  (setq default-directory
> "/home/renato/Dropbox/Documenti/org"))
>  (t                            (message "Unknown system")))
> (message system-type)

> why....:-(

Heh Renato!

You need to tell us (beyond "its not working")

- what you did
- what you saw/received as response from the system
- what instead you wanted to see

Also please remember
- we dont know Italian (at least not most of us :D)
- there seem to be some encoding issues: (message "č linux")

I suggest you start once again by simply stating what you want to achieve


reply via email to

[Prev in Thread] Current Thread [Next in Thread]