From: "Andreas Amann" <andreas.amann@tyndall.ie>
To: emacs-pretest-bug@gnu.org
Cc: carsten@orgmode.org, andreas.amann@web.de
Subject: bug#1958: 23.0.60; org-mode does not honour shift-select-mode
Date: Mon, 19 Jan 2009 17:09:36 GMT [thread overview]
Message-ID: <200901191709.n0JH9aPe012455@localhost.localdomain> (raw)
start with "emacs -Q test.org"
type "* bla"
and then shift-left
expected behaviour: since shift-select-mode is set to t by default
(see src/callint.c), I would expect that shift-movements select
a region, and that major modes should not override this behaviour,
without being asked of doing so.
actual behaviour: upon shift-left the binding org-shiftleft is called
which marks the current item as "DONE". This is very confusing for
people accostumed to shift-selection, which works very well in all
other emacs modes I know.
Possible solution: in lisp/org/org.el
only include the bindings
'([(shift up)] org-shiftup)
'([(shift down)] org-shiftdown)
'([(shift left)] org-shiftleft)
'([(shift right)] org-shiftright)
if the variable shift-select-mode is nil.
In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2009-01-14 on lnx0015f2465ec6
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure '--prefix=/home/aamann/local/emacs-cvs' 'LDFLAGS=-L/home/aamann/local/lib64' 'CPPFLAGS=-I/home/aamann/local/include''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_IE.utf8
value of $XMODIFIERS: @im=none
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Org
Minor modes in effect:
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
* S-SPC b l a <S-left> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> <send-emacs-bug-report>
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
test.org has auto save data; consider M-x recover-this-file
OVERVIEW
next reply other threads:[~2009-01-19 17:09 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87fxj4luc2.fsf@cyd.mit.edu>
2009-01-19 17:09 ` Andreas Amann [this message]
2009-01-19 20:54 ` 23.0.60; org-mode does not honour shift-select-mode Carsten Dominik
2009-01-20 10:12 ` bug#1958: " Andreas Amann
2009-01-20 10:12 ` Andreas Amann
2009-01-20 10:12 ` bug#1966: " Andreas Amann
2009-01-27 14:10 ` bug#1959: marked as done (23.0.60; org-mode does not honour shift-select-mode ) Emacs bug Tracking System
2009-01-19 20:54 ` bug#1959: 23.0.60; org-mode does not honour shift-select-mode Carsten Dominik
2009-01-27 14:10 ` bug#1958: marked as done (23.0.60; org-mode does not honour shift-select-mode ) Emacs bug Tracking System
2009-01-20 3:18 bug#1958: 23.0.60; org-mode does not honour shift-select-mode Chong Yidong
2009-01-20 5:22 ` Carsten Dominik
2009-01-20 13:40 ` Chong Yidong
2009-01-20 14:12 ` Lennart Borgman
2009-01-23 12:34 ` Andreas Amann
2009-01-23 15:32 ` Carsten Dominik
2009-01-26 13:26 ` Carsten Dominik
2009-01-27 11:46 ` Carsten Dominik
[not found] ` <A0F1225F-0B0A-45E6-88EB-F28E4202C240@uva.nl>
2009-01-20 14:23 ` Chong Yidong
2009-01-20 14:44 ` Carsten Dominik
2009-01-20 15:41 ` Lennart Borgman
2009-01-20 16:14 ` Chong Yidong
2009-01-20 16:20 ` Bastien
2009-01-20 18:00 ` Lennart Borgman
2009-01-20 18:57 ` Bastien
2009-01-20 19:21 ` Carsten Dominik
2009-01-20 21:56 ` Lennart Borgman
2009-01-21 0:03 ` Bastien
2009-01-21 9:30 ` Carsten Dominik
2009-01-21 5:59 ` Leo
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=200901191709.n0JH9aPe012455@localhost.localdomain \
--to=andreas.amann@tyndall.ie \
--cc=1958@emacsbugs.donarmstrong.com \
--cc=andreas.amann@web.de \
--cc=carsten@orgmode.org \
--cc=emacs-pretest-bug@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.