Mercurial > hg > xemacs-beta
annotate lwlib/config.h.in @ 5914:bd4d2c8ef9cc
Use the existing C-level line number cache within #'line-number.
src/ChangeLog addition:
2015-05-15 Aidan Kehoe <kehoea@parhasard.net>
* buffer.c:
* buffer.c (Fline_number): New C implementation, using the line
number cache of line-number.c, with a new optional BUFFER
argument.
* buffer.c (syms_of_buffer):
Make it available to Lisp.
* line-number.c (buffer_line_number):
New argument, RESPECT-NARROWING, describing whether to count from
the beginning of the visible region or from the beginning of the
buffer.
* line-number.h:
* line-number.h (buffer_line_number): Update its declaration.
* redisplay.c (window_line_number): Call it with the new argument.
lisp/ChangeLog addition:
2015-05-15 Aidan Kehoe <kehoea@parhasard.net>
* simple.el:
* simple.el (line-number): Moved to buffer.c; we have an existing
line number cache in C, it's a shame not to have it available.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 15 May 2015 18:11:47 +0100 |
parents | 308d34e9f07d |
children |
rev | line source |
---|---|
428 | 1 /* Lwlib site configuration template file. -*- C -*- |
2 Copyright (C) 1997 Sun Microsystems, Inc. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
6 XEmacs is free software: you can redistribute it and/or modify it |
428 | 7 under the terms of the GNU General Public License as published by the |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
8 Free Software Foundation, either version 3 of the License, or (at your |
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
9 option) any later version. |
428 | 10 |
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
17 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
428 | 18 |
19 /* Not in FSF. */ | |
20 | |
21 #ifndef _LWLIB_CONFIG_H_ | |
22 #define _LWLIB_CONFIG_H_ | |
23 | |
458 | 24 #include "../src/config.h" |
2286 | 25 #include "../src/compiler.h" |
428 | 26 |
27 #undef NEED_MOTIF | |
28 #undef NEED_ATHENA | |
29 #undef NEED_LUCID | |
30 | |
442 | 31 /* The exact path to the Athena header files depends on which `flavor' |
32 of Athena is being used - hence configure defines them for us. */ | |
434 | 33 |
442 | 34 #undef ATHENA_Scrollbar_h_ |
35 #undef ATHENA_Dialog_h_ | |
36 #undef ATHENA_Form_h_ | |
37 #undef ATHENA_Command_h_ | |
38 #undef ATHENA_Label_h_ | |
39 #undef ATHENA_LabelP_h_ | |
40 #undef ATHENA_Toggle_h_ | |
41 #undef ATHENA_ToggleP_h_ | |
42 #undef ATHENA_AsciiText_h_ | |
43 #undef ATHENA_XawInit_h_ | |
434 | 44 |
428 | 45 #endif /* _LWLIB_CONFIG_H_ */ |