From: Samuel Wales <samologist@gmail.com>
To: Cian OConnor <cian.oconnor@gmail.com>
Cc: Bastien <bastienguerry@googlemail.com>, emacs-orgmode@gnu.org
Subject: Re: Narrow tSparse Trees layout
Date: Tue, 4 Aug 2009 10:20:52 -0700 [thread overview]
Message-ID: <20524da70908041020g5721b6fcna308d1dc302ed941@mail.gmail.com> (raw)
In-Reply-To: <827hxjr8jm.fsf@gmail.com>
A possible workaround:
(require 'scroll-lock)
(define-key global-map [(control shift up)] 'scroll-lock-previous-line)
(define-key global-map [(control shift down)] 'scroll-lock-next-line)
(define-key global-map [(control shift right)] 'alpha-scroll-lock-next-char)
(define-key global-map [(control shift left)] 'alpha-scroll-lock-previous-char)
(defun alpha-scroll-lock-previous-char () (interactive) (scroll-right 1))
(defun alpha-scroll-lock-next-char () (interactive) (scroll-left 1))
prev parent reply other threads:[~2009-08-04 17:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-30 21:13 Sparse Trees layout Cian OConnor
2009-07-31 0:10 ` Bastien
2009-07-31 14:22 ` Narrow tSparse " Cian OConnor
2009-07-31 14:46 ` Nick Dokos
2009-08-02 19:17 ` Bastien
2009-08-04 13:51 ` Cian OConnor
2009-08-04 17:20 ` Samuel Wales [this message]
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=20524da70908041020g5721b6fcna308d1dc302ed941@mail.gmail.com \
--to=samologist@gmail.com \
--cc=bastienguerry@googlemail.com \
--cc=cian.oconnor@gmail.com \
--cc=emacs-orgmode@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.