all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6735: `url-http-wait-for-headers-change-function' message when old-http not useful
@ 2010-07-26 20:50 MON KEY
  2011-07-03 13:09 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: MON KEY @ 2010-07-26 20:50 UTC (permalink / raw)
  To: 6735

With the function `url-http-wait-for-headers-change-function' in url/url-http.el
when `old-http' is t we are messaged as per following branch:

,----
| (if old-http
|    (message "HTTP/0.9 How I hate thee!")
`----

This message has no meaningful use value for users.  It should be sent
to *URL-DEBUG* buffer as per `url-debug' insetead e.g.:

,----
| (if old-http
|     (url-http-debug "HTTP/0.9 How I hate thee!")
`----

This would seem reasonable esp. as the relevant `url-http-debug'
message may not always get triggered if we've fallen into the debugger
before following conditional has a chance to trigger.

,----
| (old-http
|  ;; HTTP/0.9 always signaled end-of-connection by closing the
|  ;; connection.
|  (url-http-debug
|   "Saw HTTP/0.9 response, connection closed means end of document.")
|  (setq url-http-after-change-function
|        'url-http-simple-after-change-function))
`----

--
/s_P\





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#6735: `url-http-wait-for-headers-change-function' message when old-http not useful
  2010-07-26 20:50 bug#6735: `url-http-wait-for-headers-change-function' message when old-http not useful MON KEY
@ 2011-07-03 13:09 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-03 13:09 UTC (permalink / raw)
  To: MON KEY; +Cc: 6735

MON KEY <monkey@sandpframing.com> writes:

> With the function `url-http-wait-for-headers-change-function' in url/url-http.el
> when `old-http' is t we are messaged as per following branch:
>
> ,----
> | (if old-http
> |    (message "HTTP/0.9 How I hate thee!")
> `----
>
> This message has no meaningful use value for users.

I've now removed this message in Emacs 24.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-03 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 20:50 bug#6735: `url-http-wait-for-headers-change-function' message when old-http not useful MON KEY
2011-07-03 13:09 ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.