need help on hobby project

2015-01-16 Thread Hugh Lawson
To improve my scanty knowledge of elisp, I want to rewrite a macro as a function. I can't get to first base on this. I think I can do this if given links or keywords for the self-instruction of a noob. For example I can't make out this: (shell-command COMMAND &optional OUTPUT-BUFFER ERROR-BUF

Re: need help on hobby project

2015-01-16 Thread Emanuel Berg
Hugh Lawson writes: > To improve my scanty knowledge of elisp, I want to > rewrite a macro as a function. Macros are functions that accept code as arguments (without evaluating it), and then use that code to put together a new program, which is at last executed. So macros are programs that writ

Re: need help on hobby project

2015-01-16 Thread Hugh Lawson
Ooops! wrong group, sorry about that. ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english

Re: Need help on setting multiple gmail imap account

2015-01-16 Thread Helmut Waitzmann
Eric writes: > (add-to-list 'gnus-secondary-select-methods >'(nnimap "name1" > (nnimap-address "imap.gmail.com") > (nnimap-server-port 993) > (nnimap-stream ssl) > (nnir-search-engine imap) >