Re: nnimap woes after debian upgrade

2016-02-19 Thread Pierfrancesco Caci
Hi Eric > "Eric" == Eric Abrahamsen writes: Eric> The error message says it all: change my\.imapserver\.it Eric> to the string Eric> "my.imapserver.it" and you should be fine. >> >> I've tried this by changing the variable from inside emacs

Re: Trigger spell checking before sending

2016-02-19 Thread Emanuel Berg
"B.V. Raghav" writes: >> OK, I see the problem, it doesn't get called >> interactively. Try this instead: (defun >> spell-before-send () (let*((lang-input >> (read-from-minibuffer "Language [e or s]: ")) > > Would it have been possible to hook the > _interactively_defined_

Re: rendring Dilbert strip inline

2016-02-19 Thread Saša Janiška
Lars Ingebrigtsen writes: > Are you getting them via email? Yes. > If that's the case, the `W D W' command should display the images. It does not work...I can only see it in the browser externally. Sincerely, Gour -- A person who has given up all desires for sense

Re: Trigger spell checking before sending

2016-02-19 Thread B.V. Raghav
> > OK, I see the problem, it doesn't get > called interactively. > > Try this instead: > > (defun spell-before-send () > (let*((lang-input (read-from-minibuffer "Language [e or s]: ")) Would it have been possible to hook the _interactively_defined_ `spell-before-send' as follows: (add-hook

Re: nnimap woes after debian upgrade

2016-02-19 Thread Pierfrancesco Caci
Hi Eric, > "Eric" == Eric Abrahamsen writes: Eric> Pierfrancesco Caci writes: >> Hello, >> yesterday I upgraded my system from debian wheezy to jessie. >> I'm having some difficulties getting gnus to work as before. >>

Re: Trigger spell checking before sending

2016-02-19 Thread Pietro
Emanuel Berg writes: > Pietro writes: > >> run-hooks: Wrong number of arguments [...] >> >> This is what I get in my mini-buffer when I send my >> email, any thoughts? > > OK, I see the problem, it doesn't get > called interactively. > > Try this