From: Glenn Morris <rgm@gnu.org>
To: "Stefan Reichör" <stefan@xsteve.at>
Cc: 2859@emacsbugs.donarmstrong.com, "Kim F. Storm" <storm@cua.dk>
Subject: bug#2859: 23.0.91; indent-tabs-mode and cua-rectangle editing when using the tab key
Date: Thu, 09 Apr 2009 02:22:05 -0400 [thread overview]
Message-ID: <o6d4bm2voy.fsf@fencepost.gnu.org> (raw)
In-Reply-To: m0hc17z1ax.fsf@ge-research.com
Stefan Reichör wrote:
> (setq-default indent-tabs-mode nil)
> I have set indent-tabs-mode to nil
> This setting does not work during indenting with cua rectangle mode
It seems that cua-indent-rectangle always uses tabs.
Kim, can you comment on this?
(defun cua-indent-rectangle (column)
"Indent rectangle to next tab stop.
With prefix arg, indent to that column."
(interactive "P")
(if (null column)
(cua-insert-char-rectangle ?\t) ; <-------
(cua--indent-rectangle nil (prefix-numeric-value column))))
next prev parent reply other threads:[~2009-04-09 6:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <7d4owxohiy.fsf@fencepost.gnu.org>
2009-04-02 12:29 ` bug#2859: 23.0.91; indent-tabs-mode and cua-rectangle editing when using the tab key Stefan Reichör
2009-04-09 6:22 ` Glenn Morris [this message]
2009-04-09 17:16 ` Kim F. Storm
2009-04-09 17:45 ` bug#2859: marked as done (23.0.91; indent-tabs-mode and cua-rectangle editing when using the tab key) Emacs bug Tracking System
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=o6d4bm2voy.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=2859@emacsbugs.donarmstrong.com \
--cc=stefan@xsteve.at \
--cc=storm@cua.dk \
/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.