* questions
@ 2003-08-22 12:43 Neil Gershenfeld
0 siblings, 0 replies; only message in thread
From: Neil Gershenfeld @ 2003-08-22 12:43 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 1103 bytes --]
Hello,
I have two related questions that I haven't been able to answer from
emacs documentation:
* This:
(defun neil-scroll-up ()
(interactive)
(scroll-up 1)
(next-line 1)
)
(global-set-key [down] 'neil-scroll-up)
gives me my preferred behavior of having arrow keys move the
screen, but if a text line extends beyond the end of one screen
line (i.e., wraps with a \ ) then this macro jumps to the next
text line rather than screen line, making it difficult to reach
the wrapped parts of the line. Is there a way to move single
screen lines relative to wrapped text?
* Wrapping happens at exactly the set character, rather than doing
it at the closest whitespace character (which is easier to read
for writing). Is there a way to wrap at whitespace?
Any suggestions?
Thanks,
Neil
Prof. Neil Gershenfeld, Director (617) 253-7680
Room E15-411 neilg@cba.mit.edu
20 Ames Street fax: (617) 253-7035
Cambridge, MA 02139 http://cba.mit.edu/~neilg
[-- Attachment #1.2.1: Type: text/html, Size: 2386 bytes --]
[-- Attachment #1.2.2: CBAsig.jpg --]
[-- Type: image/jpeg, Size: 9741 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-22 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-22 12:43 questions Neil Gershenfeld
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).