Thierry Volpiatto

Results 159 comments of Thierry Volpiatto

Billy.Zheng [email protected] writes: > See log, I could see: > > Sending via mail... > Delivering message to [email protected]... > > If internet is available when sent, correct output is:...

John Wiegley [email protected] writes: > This is definitely a bug. The a sinking on package is supposed to > signal an error if the email fails to send, which would...

You can modify the value of `smtpmail-queue-mail` automatically when your network is connected or disconnected. This ensure your mails are queued when network is disconnected. You can achieve this by...

Remember you are running code in an emacs batch (a different instance than the one you are on), what do you expect from the piece of code above ? Of...

sprig [email protected] writes: > Error in async code. Emacs returned the following error code: and the > following error message: You have to implement this yourself, communicating with a tmp...

Gahamelas writes: > What does this mode do at all? Thanks! Provide completion and actions for `C-h b` and/or ` C-h', e.g. `C-x C-h'. > — > You are receiving...

Gahamelas writes: > I understand that I can call the function "helm-descbinds" but I don't > understand what enabling the minor mode "Helm -descbinds-mode" does. When you enable (helm-descbinds-mode 1)...

Gahamelas writes: > Ok, thanks. I actually created a keybinding like this: > > (global-set-key (kbd "C-h b") 'describe-bindings) You don't need this. > So actually, that is doing nothing...

Arthur Miller ***@***.***> writes: > [[PGP Encrypted Part:OK]] > I would like to be able to do at least some very basic branch > manipulation with Helm. Why don't you...

Arthur Miller ***@***.***> writes: > [[PGP Encrypted Part:OK]] > Why don't you hit bb from magit, it allows quick branch switching with > > I am not so much of...