sergio <ser...@village-buzz.com> writes:

> i was wonder if there was some sort of functionality in emacs that  
> would all me to email a page..
>
> some of my planner  pages would be really nice to mail directly to my  
> blackberry..

Seemed like a good idea to me too, so I added this to my .emacs:

(defun message-yank-buffer-unquoted ()
  (interactive)
  (let ((message-cite-function (lambda () t)))
    (call-interactively 'message-yank-buffer)))

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html
GPG Key: AE8600B6

_______________________________________________
Planner-el-discuss mailing list
Planner-el-discuss@gna.org
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to