Re: [O] working on cloud

2014-01-14 Thread Alexander Baier
On 2014-01-14 13:24 Nick Dokos wrote: > b) asking your questions on the emacs IRC channel (somebody else will > have to provide a reference to that though - I don't know what it is > off the top of my head.) #emacs on freenode. HTH, -- Alexander Baier

Re: [O] working on cloud

2014-01-14 Thread Nick Dokos
Renato Pontefice writes: > Ok! Can I set this variable? Or Do I have to run emacs with -u ? > > TIA > > Renato > > 2014/1/13 Bastien > > Renato Pontefice writes: > > > How do you obtain that? > > C-h v user-init-file RET > C-h v user-emacs-directory RET > > -- >

Re: [O] working on cloud

2014-01-14 Thread Renato Pontefice
Ok! Can I set this variable? Or Do I have to run emacs with -u ? TIA Renato 2014/1/13 Bastien > Renato Pontefice writes: > > > How do you obtain that? > > C-h v user-init-file RET > C-h v user-emacs-directory RET > > -- > Bastien >

Re: [O] working on cloud

2014-01-13 Thread Paul Rudin
Renato Pontefice writes: > I'm wondering: > In Linux (but in win too) the file must have a particular name (.emacs on > linux; init.el on windows) > and reside on a particular folder. You could get the standard init file to just load another file. Or you can specify the init file at invocation.

Re: [O] working on cloud

2014-01-13 Thread Bastien
Renato Pontefice writes: > How do you obtain that? C-h v user-init-file RET C-h v user-emacs-directory RET -- Bastien

[O] working on cloud

2014-01-13 Thread Renato Pontefice
>I use for all emacs files git with server repository. Then on each >computer I'm using emacs with, I just clone that repository. The >positive side-effect of this is, that when you need to modify sources >for a particular computer, you just create new local branch. Then all >'common' init file twe

Re: [O] working on cloud

2014-01-11 Thread John Kitchin
Yes, I run emacs differently on different machines. On the windows machine I am on now, I have a shortcut that runs C:\Users\jkitchin\Dropbox\software\emacs-24.3\bin\runemacs.exe -l ~/Dropbox/.emacs.d/init.el On my unix machine, I do it a bit differently. There is a line in my ~/.emacs.d/init.el f

Re: [O] working on cloud

2014-01-09 Thread Brett Viren
David Belohrad writes: > 1) privacy: you're basically giving your data to somebody else. In case >of emacs init there is no danger. In case of your org data, which >might contain sensitive information you want to encrypt it, what >complicates matter when switching between two win/lin

Re: [O] working on cloud

2014-01-09 Thread Ted Wiles
I used to use dropbox, but then I just went all-in, got some server space from linode, and now I just SSH into a running emacs daemon. The really cool thing is that I can also SSH in with my Droid 3 phone (physical keyboard droids are the only ones I've found with the requisite ctrl and meta keys)

Re: [O] working on cloud

2014-01-09 Thread Ian Barton
On 09/01/14 08:36, David Belohrad wrote: I was using before Dropbox for all sort of syncing, especially my org mode files, which change quite often. Dropbox is generally very fine (as well e.g. for sharing screenshots between windows and linux machines). At certain moment I started to have two is

Re: [O] working on cloud

2014-01-09 Thread David Belohrad
I was using before Dropbox for all sort of syncing, especially my org mode files, which change quite often. Dropbox is generally very fine (as well e.g. for sharing screenshots between windows and linux machines). At certain moment I started to have two issues with this: 1) privacy: you're basical

Re: [O] working on cloud

2014-01-09 Thread Paul Rudin
David Belohrad writes: > I use for all emacs files git with server repository. Then on each > computer I'm using emacs with, I just clone that repository. The > positive side-effect of this is, that when you need to modify sources > for a particular computer, you just create new local branch. The

Re: [O] working on cloud

2014-01-09 Thread David Belohrad
I use for all emacs files git with server repository. Then on each computer I'm using emacs with, I just clone that repository. The positive side-effect of this is, that when you need to modify sources for a particular computer, you just create new local branch. Then all 'common' init file tweaks c

Re: [O] working on cloud

2014-01-08 Thread Paul Rudin
Renato writes: > Hi, > I'm learning emacs (as you probabily know :-)). > I have: > - one pc at home (linux Debian) > - one at work (windows) > > I would like to use the same configuration. > Now, I have my .org file on the cloud (so I can access it from anywhere) > But I'm starting to edit also

Re: [O] working on cloud

2014-01-08 Thread John Kitchin
I keep my .emacs.d in a Dropbox folder. I start emacs with an alias like this: "C:\Users\jkitchin\Documents\v3 - My Box Files\06-625\emacs-24.3\bin\runemacs.exe" -q -l "C:\Users\jkitchin\Dropbox\.emacs.d\init.el" I run prelude inside that .emacs.d this lets me run the same setup on three windows

Re: [O] working on cloud

2014-01-08 Thread Joseph Vidal-Rosset
Le mer. 08 janv. 2014 à 07:59:50 , Renato a envoyé ce message: > Hi, > I'm learning emacs (as you probabily know :-)). > I have: > - one pc at home (linux Debian) > - one at work (windows) > > I would like to use the same configuration. > Now, I have my .org file on the cloud (so I can access it f

Re: [O] working on cloud

2014-01-08 Thread Sam Flint
.emacs.d/init.el works just as well. -- Sam Flint swfl...@flintfam.org freenode: swflint sip:swfl...@ekiga.net XMPP: swfl...@members.fsf.org http://flintfam.org/~swflint 2048D/BAFBF3FF (3696 0D80 EC3C D40A 0186 D0E8 C63B 96FB BAFB F3FF) pgp71cXZygBtT.pgp Description: PGP signature

Re: [O] working on cloud

2014-01-08 Thread Nick Dokos
Renato writes: > Hi, > I'm learning emacs (as you probabily know :-)). > I have: > - one pc at home (linux Debian) > - one at work (windows) > > I would like to use the same configuration. > Now, I have my .org file on the cloud (so I can access it from anywhere) > But I'm starting to edit also

[O] working on cloud

2014-01-08 Thread Renato
Hi, I'm learning emacs (as you probabily know :-)). I have: - one pc at home (linux Debian) - one at work (windows) I would like to use the same configuration. Now, I have my .org file on the cloud (so I can access it from anywhere) But I'm starting to edit also the config file: on Win it is: in