Sto cercando di utilizzare workgroups2 che ho installato dal gestore pacchetti emacs incorporato elpa. Dal file Leggimi:
Most commands are bound to both <prefix> <key> and <prefix> C-<key>.
<prefix> <key>
<prefix> c - create workgroup
<prefix> k - kill workgroup
<prefix> v - switch to workgroup
<prefix> C-s - save session
<prefix> C-f - load session
Help
Type <prefix> ? (Eval (wg-help)) for more help.
This will bring up a help buffer listing all the commands and their bindings.
See the customization section in the source for details, or use:
M-x customize-group RET workgroups RET
Nota che utilizzo emacs 24.3 e Ubuntu 12.04 LTS
- Qual è la chiave di prefisso per questa situazione?
Tutto l'aiuto è molto apprezzato e fammi sapere se hai bisogno di maggiori informazioni!
EDIT: Workgroups2 non si carica quando avvio emacs. Non riconoscerà nessuno dei comandi. Funziona solo dopo aver avviato emacs e se ricarico il mio .emacs
file e se ho i seguenti nel mio .emacs
file:
(autoload 'workgroups-mode "workgroups2")
Come faccio a far emacs per caricare automaticamente i gruppi di lavoro? Avrei pensato che quanto sopra sarebbe bastato. Vale la pena notare che ho scaricato workgroups2 da melpa e non avrei bisogno di nulla di tutto questo ...