From: Drew Adams <drew.adams@oracle.com>
To: 18046@debbugs.gnu.org
Subject: bug#18046: 24.4.50; wrong-type-argument
Date: Thu, 17 Jul 2014 22:12:28 -0700 (PDT) [thread overview]
Message-ID: <fe3c383c-a024-4b9b-aa7e-539a46c794f8@default> (raw)
In-Reply-To: <fd5a5045-a8e8-4521-824f-82cdbb7a3744@default>
(Subject should have mentioned `rectangle--string-preview'.)
Forgot to add that it makes no difference whether the region
is active or the rectangle is non-empty.
This is the culprit code:
(when (equal str "")
(setq str (or (car-safe minibuffer-default)
(if (stringp minibuffer-default)
minibuffer-default))))
It sets STR to nil.
next prev parent reply other threads:[~2014-07-18 5:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-18 5:07 bug#18046: 24.4.50; wrong-type-argument Drew Adams
2014-07-18 5:12 ` Drew Adams [this message]
2016-04-29 22:13 ` Lars Ingebrigtsen
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fe3c383c-a024-4b9b-aa7e-539a46c794f8@default \
--to=drew.adams@oracle.com \
--cc=18046@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).