An alternative is to write it in whatever editor you like (Emacs) and then
either use DrRacket to render it to scribble or do it directly from the
command line:

$ scribble ./my_scribble_file.scrbl

This will generate "./my_scribble_file.html", which you can then view in a
browser.  If you regenerate it, just hit "refresh" on the browser to see
the changes.

On Wed, Mar 13, 2019 at 8:21 PM Matt Jadud <m...@jadud.com> wrote:

> I was going to say... is ESC-B some kind of shortcut from one of those
> "text editors" I hear people talk about? ;) (I should have remembered that
> DrR has bindings for many Emacs shortcuts...)
>
> Also, thanks for the reminder about the prefs/bindings; this is
> essentially the first time I've spent significant time poking at Scribble,
> and the shortcuts that are useful are different, so they're in my
> unlearned-space. I appreciate the pointers.
>
> Cheers,
> M
>
>
> On Wed, Mar 13, 2019 at 8:16 PM Robby Findler <ro...@eecs.northwestern.edu>
> wrote:
>
>> It is control-left and control-right to go by words in DrRacket. If
>> you go to Edit|Keybindings|Show Active Keybindings and type "word"
>> you'll see those and the ones Matthias mentioned and some other
>> word-related keystrokes.
>>
>> Robby
>>
>> On Wed, Mar 13, 2019 at 1:24 PM Matt Jadud <m...@jadud.com> wrote:
>> >
>> > Hi all,
>> >
>> > I assume people use DrRacket to write Scribblings.
>> >
>> > I'll be writing text, and want to move back one word. On the Mac, most
>> of the time I can hit Option-LeftArrow, and I go back one word.
>> >
>> > I DrRacket, this takes me back an expression, which in Scribble is a
>> whole paragraph.
>> >
>> > Are there shortcuts for moving around Scribble documents that I don't
>> know? Do people use other tools to write Scribblings?
>> >
>> > Cheers,
>> > Matt
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "Racket Users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to racket-users+unsubscr...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to