[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: skeleton.el machinery eats newlines.
From: |
Luc Teirlinck |
Subject: |
Re: skeleton.el machinery eats newlines. |
Date: |
Sat, 18 Jan 2003 19:02:09 -0600 (CST) |
Stefan Monnier wrote:
I think I've finally tracked down and fixed the ;;-indentation problem.
It turns out it was not in skeleton.el but in sh-script.el and was
a subtle issue of a `syntax-table' text-property being wrongly inherited
because of a missing `rear-nonsticky' property.
sh-if and sh-case now indeed seem to work fine, indentation and all,
except when sh-case is invoked at the very beginning of a buffer, in
which case one runs into a "Beginning of buffer" error, but that is a
completely separate issue, on which I reported earlier in this thread,
related to the question of whether sh-script.el assumes that all
shell-scripts start with a magic number (or at least some kind of
comment) and whether it should actually do so. I will follow up on
this separately since it is an unrelated issue.
Thanks,
Luc.
- Re: skeleton.el machinery eats newlines., (continued)
Re: skeleton.el machinery eats newlines., Stefan Monnier, 2003/01/11
Re: skeleton.el machinery eats newlines., Stefan Monnier, 2003/01/17
Re: skeleton.el machinery eats newlines., Stefan Monnier, 2003/01/18
- Re: skeleton.el machinery eats newlines.,
Luc Teirlinck <=