Mercurial > emacs
annotate src/s/hpux11.h @ 108894:ca3bfaa18e56
Make (after keyword) indent-rules more flexible.
* lisp/emacs-lisp/smie.el (smie-indent-offset-after)
(smie-indent-forward-token, smie-indent-backward-token): New functions.
(smie-indent-after-keyword): Use them.
(smie-indent-fixindent): Only applies to the indentation of the BOL.
(smie-indent-keyword): Tweak the black magic.
(smie-indent-comment-continue): Strip comment-continue before use.
(smie-indent-functions): Indent comments before keywords.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 06 Jun 2010 22:10:19 -0400 |
parents | 06c34f190db1 |
children | ef719132ddfa |
rev | line source |
---|---|
49893
1bcf8d62f4cd
Include hpux10-20.h instead of hpux10.h. Delete #undef of
Juanma Barranquero <lekktu@gmail.com>
parents:
48167
diff
changeset
|
1 #include "hpux10-20.h" |
40578 | 2 |
46299
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
3 /* SA_RESTART resets the timeout of `select', so don't use it. */ |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
4 #define BROKEN_SA_RESTART |
46414
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
5 |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
6 /* It does work on HPUX to open the pty's tty in the parent (Emacs), |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
7 then close and reopen it in the child. */ |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
8 #define USG_SUBTTY_WORKS |
52401 | 9 |
10 /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b | |
11 (do not change this comment) */ |