all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@users.sourceforge.net>
To: 30258@debbugs.gnu.org
Subject: bug#30258: 26.0.90; url-file and url-data don't load mm-misc
Date: Fri, 26 Jan 2018 08:40:21 -0500	[thread overview]
Message-ID: <87d11wn3ga.fsf@users.sourceforge.net> (raw)

emacs -Q

    (url-data (url-generic-parse-url "data:;,A-brief-note"))

gives

Debugger entered--Lisp error: (void-function mm-disable-multibyte)
  mm-disable-multibyte()
  url-data(#s(url :type "data" :user nil :password nil :host nil :portspec nil :filename ";,A-brief-note" :target nil :attributes nil :fullness nil :silent nil :use-cookies t :asynchronous t))
  eval((url-data (url-generic-parse-url "data:;,A-brief-note")) nil)

Similarly,

    (url-file (url-generic-parse-url "file:///dev/null") #'ignore nil)

Debugger entered--Lisp error: (void-function mm-disable-multibyte)
  mm-disable-multibyte()
  url-file(#s(url :type "file" :user nil :password nil :host "" :portspec nil :filename "/dev/null" :target nil :attributes nil :fullness t :silent nil :use-cookies t :asynchronous t) ignore nil)
  eval((url-file (url-generic-parse-url "file:///dev/null") (function ignore) nil) nil)

This does not occur with Emacs 25.  Will send patch when I have the bug number.





             reply	other threads:[~2018-01-26 13:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-26 13:40 Noam Postavsky [this message]
2018-01-26 14:08 ` bug#30258: 26.0.90; url-file and url-data don't load mm-misc Noam Postavsky
2018-01-26 18:54   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d11wn3ga.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=30258@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.