← Back to team overview

vm team mailing list archive

[Bug 513286] Re: ENTER in quoted text in reply give "No URL at point"

 

Ok, can you apply this patch and see it solves the problem?

=== modified file 'lisp/vm-w3m.el'
--- lisp/vm-w3m.el	2008-03-17 21:48:01 +0000
+++ lisp/vm-w3m.el	2010-01-25 01:17:08 +0000
@@ -121,11 +121,12 @@
   "Use emacs-w3m to inline HTML mails in the VM presentation buffer."
   (let ((w3m-display-inline-images vm-w3m-display-inline-images)
         (w3m-safe-url-regexp vm-w3m-safe-url-regexp))
-        (w3m-region start (1- end))
+    (w3m-region start (1- end))
     (add-text-properties
      start end
      (nconc (if vm-w3m-use-w3m-minor-mode-map
-                (vm-w3m-local-map-property))
+		(if (equal major-mode 'vm-presentation-mode)
+		    (vm-w3m-local-map-property)))
             ;; Put the mark meaning that this part was
             ;; inlined by emacs-w3m.
             '(text-rendered-by-emacs-w3m t)))))

-- 
ENTER in quoted text in reply give "No URL at point"
https://bugs.launchpad.net/bugs/513286
You received this bug notification because you are a member of VM
development team, which is the registrant for VM.

Status in VM (View Mail) for Emacs: New

Bug description:
In VM 8.1.0 (to be precise, emacs-vm-8.1.0-0.1.beta.fc12), I cannot break up quoted text in a reply by pressing enter.  Instead, I get the message "No URL at point".  This used to work just fine in 8.0.14 and the ease of editing replies this way (to give detailed point-by-point answers to messages) is in fact a major reason for using VM at all!





References