-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file attach using wanderlust #357
Comments
Hi and thanks. I'm not familiar with wanderlust. My code is using |
Hi, thank you for your quick hint and suggestion. I changed from mml-attach-file to mime-edit-insert-file, which is the function for attachment file in wanderlust, in bibtex-completion.el. Finally, it works! Thanks again. ygm |
Great. The question is how can we make this work out of the box for other users of as well. Does wanderlust activate a special mode for writing e-mails? If yes, we could use one or the other function depending on that mode. |
I can't understand "a special mode for writing e-mail". While I am writing a email on wanderlust and want to attach pdf in my library, I execute ivy-bibtex and select pdf and press 'M-o a'. That's all. For other wanderlust users, I have no idea, sorry. ygm |
Modes are a technical Emacs concept. Could you please start a new e-mail, then execute the following keyboard shortcut |
C-h is assigned to backspace on my emacs. So, C-h m is just "m". Am I wrong? ygm |
I'm not sure I'm following. If backspace is the same as |
I excuted M-x describe-mode and I got followings; Do you need more? ygm Enabled minor modes: Auto-Composition Auto-Compression Auto-Encryption |
Hm, on my system the output also indicates the major mode but that's apparently not the case on your system. Could you tell me the output you get when you enter |
Hi, I couldn't understand what you said. But I got following message. major-mode is a variable defined in ‘C source code’. Automatically becomes buffer-local when set. Documentation: You can customize this variable. [back] |
Did you get this output when you checked the major mode while being in a new email? |
From reading WL's code, I get the impression that new e-mails are edited in |
I don't know about wanderlust code and I am just user. But I know that there are three main modes: summary, folder and draft mode. I write and edit email on draft-mode. ygm |
So it's probably |
Recently I started to use ivy-bibtex. I want to thank the author.
I'd like to attach the pdf file to email, but I am using wanderlust as a mailer. Can I do it?
ygm
The text was updated successfully, but these errors were encountered: