Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-28 08:43:33


Be sure not to miss the jam-mode keybindings:

(local-set-key ";" 'jam-mode-electric-semicolon)
(local-set-key [return] 'jam-mode-newline-and-indent)
(local-set-key "{" 'jam-mode-electric-open-brace)
(local-set-key "}" 'jam-mode-electric-close-brace)
(local-set-key "\S-\M-{" 'jam-mode-electric-braces)
(local-set-key "$" 'jam-mode-electric-dollar)
(local-set-key [\C-f10] 'jam-debug-prev)
(local-set-key [f10] 'jam-debug-next)
(local-set-key [\S-f11] 'jam-debug-finish)
(local-set-key [\C-\S-f11] 'jam-debug-caller)
(local-set-key [f11] 'jam-debug-in)
(local-set-key [tab] 'indent-for-tab-command)

The debugging keys will work on the result of doing jam ... -d+5 ...

----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Wednesday, November 28, 2001 7:42 AM
Subject: Re: [jamboost] elisp for jam

> David Abrahams wrote:
>
> > Ah, well: there are no guarantees when it comes to XEmacs; it differs in
> > subtle ways from Gnu emacs and is apparently diverging further.
> >
> > What happens when you open a .jam file? Does it open in jam mode, with
> > syntax hilighting?
> >
> > If not, you might try looking at the *Messages* buffer to see if there's
a
> > clue about what went wrong.
>
>
> done that and after commenting out plenty of stuff in your .emacs file
> (btw xemacs 21.4 launches using the .xemacs directory to get its user
> settings)
> I finally managed to make it work.
>
> When I load a Jamfile, the <include> are colored and my comments are in
> blue. So
> it starts to work. Maybe I have cut out some of your functionality,
> although I did
> not touch the jam-mode.el.
>
> toon
>
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk