1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
emacs/lisp
Po Lu 85a078e785 Add support for the Haiku operating system and its window system
* .gitignore: Add binaries specific to Haiku.

* Makefie.in (HAVE_BE_APP): New variable.
(install-arch-dep): Install Emacs and Emacs.pdmp when
using Haiku.

* configure.ac: Detect and configure for Haiku and
various related configurations.
(be-app, be-freetype, be-cairo): New options.
(HAVE_BE_APP, HAIKU_OBJ, HAIKU_CXX_OBJ)
(HAIKU_LIBS, HAIKU_CFLAGS): New variables.
(HAIKU, HAVE_TINY_SPEED_T): New define.
(emacs_config_features): Add BE_APP.

* doc/emacs/Makefile.in (EMACSSOURCES): Add Haiku
appendix.

* doc/emacs/emacs.texi: Add Haiku appendix to menus and
include it.

* doc/emacs/haiku.texi: New Haiku appendix.

* doc/lispref/display.texi (Defining Faces, Window Systems):
Explain meaning of `haiku' as a window system identifier.
(haiku-use-system-tooltips): Explain meaning of system
tooltips on
Haiku.

* doc/lispref/frames.texi (Multiple Terminals): Explain
meaning of haiku as a display type.
(Frame Layout): Clarify section for Haiku frames.
(Size Parameters): Explain limitations of fullwidth and
fullheight on Haiku.
(Management Parameters): Explain limitations of
inhibiting double buffering on builds with Cairo,
and the inability of frames with no-accept-focus to
receive keyboard input on Haiku.
(Font and Color Parameters): Explain the different font
backends available on Haiku.
(Raising and Lowering): Explain that lowering and
restacking frames doesn't work on Haiku.
(Child Frames): Explain oddities of child frame
visibility on Haiku.

* doc/lispref/os.texi (System Environment): Explain
meaning of haiku.
* etc/MACHINES: Add appropriate notices for Haiku.
* etc/NEWS: Document changes.
* etc/PROBLEMS: Document font spacing bug on Haiku.

* lib-src/Makefile.in: Build be-resources binary on
Haiku.
(CXX, CXXFLAGS, NON_CXX_FLAGS, ALL_CXXFLAGS)
(HAVE_BE_APP, HAIKU_LIBS, HAIKU_CFLAGS): New variables.
(DONT_INSTALL): Add be-resources binary if on Haiku.
(be-resources): New target.

* lib-src/be_resources: Add helper binary for setting
resources on the Emacs application.

* lib-src/emacsclient.c (decode_options): Set
alt_display to "be" on Haiku.

* lisp/cus-edit.el (custom-button, custom-button-mouse)
(custom-button-unraised, custom-button-pressed): Update
face definitions for Haiku.

* lisp/cus-start.el: Add haiku-debug-on-fatal-error and
haiku-use-system-tooltips.

* lisp/faces.el (face-valid-attribute-values): Clarify
attribute comment for Haiku.
(tool-bar): Add appropriate toolbar color for Haiku.

* lisp/frame.el (haiku-frame-geometry)
(haiku-mouse-absolute-pixel-position)
(haiku-set-mouse-absolute-pixel-position)
(haiku-frame-edges)
(haiku-frame-list-z-order): New function declarations.

(frame-geometry, frame-edges)
(mouse-absolute-pixel-position)
(set-mouse-absolute-pixel-position)
(frame-list-z-order): Call appropriate window system
functions on Haiku.

(display-mouse-p, display-graphic-p)
(display-images-p, display-pixel-height)
(display-pixel-width, display-mm-height)
(display-mm-width, display-backing-store)
(display-save-under, display-planes)
(display-color-cells, display-visual-class): Update type
tests for Haiku.

* lisp/international/mule-cmds.el
(set-coding-system-map): Also
prevent set-terminal-coding-system from appearing in the menu
bar on Haiku.

* lisp/loadup.el: Load Haiku-specific files when built
with Haiku, and don't rename newly built Emacs on Haiku as BFS
doesn't support hard links.

* lisp/menu-bar.el (menu-bar-open): Add for Haiku.

* lisp/mwheel.el (mouse-wheel-down-event): Expect
wheel-up on Haiku.
(mouse-wheel-up-event): Expect wheel-down on Haiku.
(mouse-wheel-left-event): Expect wheel-left on Haiku.
(mouse-wheel-right-event): Expect wheel-right on Haiku.

* lisp/net/browse-url.el
(browse-url--browser-defcustom-type):
Add option for WebPositive.
(browse-url-webpositive-program): New variable.
(browse-url-default-program): Search for WebPositive.
(browse-url-webpositive): New function.

* lisp/net/eww.el (eww-form-submit, eww-form-file)
(eww-form-checkbox, eww-form-select): Define faces
appropriately for Haiku.

* lisp/term/haiku-win.el: New file.

* lisp/tooltip.el (menu-or-popup-active-p): New function
declaration.
(tooltip-show-help): Don't use tooltips on Haiku when a
menu is active.

* lisp/version.el (haiku-get-version-string): New
function declaration.
(emacs-version): Add Haiku version string if
appropriate.

* src/Makefile.in: Also produce binary named "Emacs"
with Haiku resources set.

(CXX, HAIKU_OBJ, HAIKU_CXX_OBJ, HAIKU_LIBS)
(HAIKU_CFLAGS, HAVE_BE_APP, NON_CXX_FLAGS)
(ALL_CXX_FLAGS): New variables.

(.SUFFIXES): Add .cc.
(.cc.o): New target.
(base_obj): Add Haiku C objects.
(doc_obj, obj): Split objects that should scanned for
documentation into doc_obj.
(SOME_MACHINE_OBJECTS): Add appropriate Haiku C objects.
(all): Depend on Emacs and Emacs.pdmp on Haiku.
(LIBES): Add Haiku libraries.
(gl-stamp)
($(etc)/DOC): Scan doc_obj instead of obj
(temacs$(EXEEXT): Use C++ linker on Haiku.
(ctagsfiles3): New variable.
(TAGS): Scan C++ files.

* src/alloc.c (garbage_collect): Mark Haiku display.

* src/dispextern.h (HAVE_NATIVE_TRANSFORMS): Also enable
on Haiku.
(struct image): Add fields for Haiku transforms.
(RGB_PIXEL_COLOR): Define to unsigned long on Haiku as
well.
(sit_for): Also check USABLE_SIGPOLL.
(init_display_interactive): Set initial window system to
Haiku on Haiku builds.

* src/emacs.c (main): Define Haiku syms and init haiku
clipboard.
(shut_down_emacs): Quit BApplication on Haiku and
trigger debug
on aborts if haiku_debug_on_fatal_error.
(Vsystem_type): Update docstring.

* src/fileio.c (next-read-file-uses-dialog-p): Enable on
Haiku.

* src/filelock.c (WTMP_FILE): Only define if BOOT_TIME
is also defined.

* src/floatfns.c (double_integer_scale): Work around
Haiku libroot brain damage.

* src/font.c (syms_of_font): Define appropriate font
driver symbols for Haiku builds with various options.

* src/font.h: Also enable ftcrfont on Haiku builds with
Cairo.
(font_data_structures_may_be_ill_formed): Also enable on
Haiku builds that have Cairo.

* src/frame.c (Fframep): Update doc-string for Haiku
builds and return haiku if appropriate.
(syms_of_frame): New symbol `haiku'.

* src/frame.h (struct frame): Add output data for Haiku.
(FRAME_HAIKU_P): New macro.
(FRAME_WINDOW_P): Test for Haiku frames as well.

* src/ftcrfont.c (RED_FROM_ULONG, GREEN_FROM_ULONG)
(BLUE_FROM_ULONG): New macros.
(ftcrfont_draw): Add haiku specific code for Haiku
builds with Cairo.

* src/ftfont.c (ftfont_open): Set face.
(ftfont_has_char, ftfont_text_extents): Work around
crash.
(syms_of_ftfont): New symbol `mono'.

* src/ftfont.h (struct font_info): Enable Cairo-specific
fields for Cairo builds on Haiku.

* src/haiku_draw_support.cc:
* src/haiku_font_support.cc:
* src/haiku_io.c:
* src/haiku_select.cc:
* src/haiku_support.cc:
* src/haiku_support.h:
* src/haikufns.c:
* src/haikufont.c:
* src/haikugui.h:
* src/haikuimage.c:
* src/haikumenu.c:
* src/haikuselect.c:
* src/haikuselect.h:
* src/haikuterm.c:
* src/haikuterm.h: Add new files for Haiku windowing
support.

* src/haiku.c: Add new files for Haiku operating system
support.

* src/image.c: Implement image transforms and native XPM
support
on Haiku.

(GET_PIXEL, PUT_PIXEL, NO_PIXMAP)
(PIX_MASK_RETAIN, PIX_MASK_DRAW)
(RGB_TO_ULONG, RED_FROM_ULONG, GREEN_FROM_ULONG)
(BLUE_FROM_ULONG, RED16_FROM_ULONG, GREEN16_FROM_ULONG)
(BLUE16_FROM_ULONG): Define to appropriate values on
Haiku.

(image_create_bitmap_from_data): Add Haiku support.
(image_create_bitmap_from_file): Add TODO on Haiku.
(free_bitmap_record): Free bitmap on Haiku.
(image_size_in_bytes): Implement for Haiku bitmaps.
(image_set_transform): Implement on Haiku.
(image_create_x_image_and_pixmap_1): Implement on Haiku,
24-bit or 1-bit only.
(image_destroy_x_image, image_get_x_image): Use correct
img and pixmap values on Haiku.
(lookup_rgb_color): Use correct macro on Haiku.
(image_to_emacs_colors): Implement on Haiku.
(image_disable_image): Disable on Haiku.
(image_can_use_native_api): Test for translator presence
on Haiku.
(native_image_load): Use translator on Haiku.
(imagemagick_load_image): Add Haiku-specific quirks.
(Fimage_transforms_p): Allow rotate90 on Haiku.
(image_types): Enable native XPM support on Haiku.
(syms_of_image): Enable XPM images on Haiku.

* src/keyboard.c (kbd_buffer_get_event)
(handle_async_input, handle_input_available_signal)
(handle_user_signal, Fset_input_interrupt_mode)
(init_keyboard): Check for USABLE_SIGPOLL along with
USABLE_SIGIO.

* src/lisp.h (pD): Work around broken Haiku headers.
(HAVE_EXT_MENU_BAR): Define on Haiku.
(handle_input_available_signal): Enable if we just have
SIGPOLL as well.

* src/menu.c (have_boxes): Return true on Haiku.
(single_menu_item): Enable toolkit menus on Haiku.
(find_and_call_menu_selection): Also enable on Haiku.

* src/process.c (keyboard_bit_set): Enable with only
usable SIGPOLL.
(wait_reading_process_output): Test for SIGPOLL as well
as SIGIO availability.

* src/sound.c (sound_perror, vox_open)
(vox_configure, vox_close): Enable for usable SIGPOLL as
well.

* src/sysdep.c (sys_subshell): Enable for usable SIGPOLL.
(reset_sigio): Make conditional on F_SETOWN.
(request_sigio, unrequest_sigio)
(emacs_sigaction_init): Also handle SIGPOLLs.
(init_sys_modes): Disable TCXONC usage on Haiku, as it
doesn't have any ttys other than pseudo ttys, which don't
support C-s/C-q flow control, and causes compiler warnings.
(speeds): Disable high speeds if HAVE_TINY_SPEED_T.

* src/termhooks.h (enum output_method): Add output_haiku.
(struct terminal): Add Haiku display info.
(TERMINAL_FONT_CACHE): Enable for Haiku.

* src/terminal.c (Fterminal_live_p): Return `haiku' if
appropriate.
* src/verbose.mk.in (AM_V_CXX, AM_V_CXXLD): New logging
variables.

* src/xdisp.c (redisplay_internal)
(note_mouse_highlight): Return on Haiku if a popup is activated.
(display_menu_bar): Return on Haiku if frame is a Haiku
frame.

* src/xfaces.c (GCGraphicsExposures): Enable correctly on Haiku.
(x_create_gc): Enable dummy GC code on Haiku.

* src/xfns.c (x-server-version, x-file-dialog): Add
Haiku specifics to doc strings.

* src/xterm.c (syms_of_xterm): Add Haiku information to
doc string.
2021-11-20 21:46:07 +08:00
..
calc Set minibuffer-completion-* variables locally in more places 2021-11-11 06:16:52 +01:00
calendar decoded-time-add doc string addition 2021-10-12 21:55:26 +02:00
cedet Merge from origin/emacs-28 2021-11-15 07:00:24 +01:00
emacs-lisp Make UCS compose/decompose functions more understandable 2021-11-19 07:46:06 +01:00
emulation Remove some references to XEmacs 2021-11-17 06:25:50 +01:00
erc Make erc-mode noninteractive 2021-11-16 08:26:24 +01:00
eshell Improve undoing of RET in comint and eshell 2021-11-08 00:10:03 +01:00
gnus Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
image Partially remove exiftool dependency from image-dired.el 2021-10-23 08:31:03 +02:00
international Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
language Merge from origin/emacs-28 2021-10-29 09:20:05 -07:00
leim/quail Another addition to latin-2 input methods 2021-11-07 12:46:25 +02:00
mail Remove some references to XEmacs 2021-11-17 06:25:50 +01:00
mh-e Fix mh-mime build problem 2021-11-17 08:14:23 +01:00
net Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
nxml ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
obsolete Merge from origin/emacs-28 2021-11-01 12:32:06 +01:00
org Prefer locate-user-emacs-file 2021-11-09 07:51:27 +01:00
play ; Fix my last commit 2021-11-20 13:18:17 +01:00
progmodes Fix another narrow-to-defun problem in js-mode 2021-11-20 10:21:00 +01:00
term Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
textmodes Merge from origin/emacs-28 2021-11-19 07:00:24 +01:00
url Adapt arguments of `tramp-make-tramp-file-name' 2021-11-01 12:29:22 +01:00
vc * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659 2021-11-18 19:13:48 +02:00
abbrev.el Mark all def* functions that should indent as `defun' 2021-10-13 21:52:57 +02:00
align.el Tweak how 'align' and 'align-regexp' align text 2021-10-19 22:39:05 +02:00
allout-widgets.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
allout.el Fix allout point movement problem 2021-11-04 19:39:16 +01:00
ansi-color.el Documentation fixes for recent ansi-color additions 2021-10-06 10:50:34 +02:00
apropos.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
arc-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
array.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
auth-source-pass.el ; Fix symbol quoting typos 2021-09-12 18:36:49 +02:00
auth-source.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
autoarg.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
autoinsert.el Mark all def* functions that should indent as `defun' 2021-10-13 21:52:57 +02:00
autorevert.el Make global-auto-revert-non-file-buffers work better 2021-09-21 23:09:38 +02:00
avoid.el Prefer seq-random-elt to nth+random 2021-09-24 19:41:03 +02:00
battery.el 'global-mode-string' elements should have a space at the end 2021-07-23 14:40:53 +02:00
bindings.el Prefer "graphical displays" to "X terminals" in documentation 2021-10-15 20:22:11 +02:00
bookmark.el Make bookmark-set prompt less confusing 2021-11-17 08:16:58 +01:00
bs.el ; Normalize some header comments 2021-09-16 15:42:44 +02:00
buff-menu.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
button.el Make the lambda/closure buttons in `C-h b' say what they do 2021-11-06 22:31:06 +01:00
calculator.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
case-table.el
cdl.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 ; Fix typos 2021-09-03 13:05:32 +02:00
ChangeLog.8 ; Fix typos 2021-09-03 13:05:32 +02:00
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12 ; Fix typos 2021-11-12 13:59:58 +01:00
ChangeLog.13
ChangeLog.14
ChangeLog.15 ; Update some links to HTTPS and note some broken links 2021-09-27 12:40:04 +02:00
ChangeLog.16
ChangeLog.17
char-fold.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
chistory.el
cmuscheme.el Prefer locate-user-emacs-file 2021-11-09 07:51:27 +01:00
color.el
comint.el Improve undoing of RET in comint and eshell 2021-11-08 00:10:03 +01:00
completion.el Use command substitution instead of raw keys in more places 2021-09-24 21:26:08 +02:00
composite.el ; Revert parts of previous commit 2021-10-22 07:51:45 +02:00
COPYING
cus-dep.el Merge remote-tracking branch 'savannah/master' into native-comp 2021-04-13 12:06:23 +02:00
cus-edit.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
cus-face.el Improve defface error message 2021-11-04 19:23:07 +01:00
cus-start.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
cus-theme.el Allow obsoleting themes 2021-10-03 11:04:04 +02:00
custom.el Merge from origin/emacs-28 2021-11-06 11:21:39 +02:00
dabbrev.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
delim-col.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
delsel.el Use `abort-minibuffers' in delsel 2021-08-04 09:15:25 +02:00
descr-text.el Make describe-char include emoji combination descriptions 2021-11-06 18:22:01 +01:00
desktop.el Avoid failing in desktop-clear due to killed buffers 2021-07-22 14:22:26 +02:00
dframe.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
dired-aux.el Remove Tramp's `dired-compress-file' handler, not needed anymore 2021-11-13 15:14:02 +01:00
dired-x.el Make dired-x-guess-file-name-at-point obsolete 2021-10-24 08:38:15 +02:00
dired.el Use substitute-command-keys in some messages 2021-11-17 14:29:15 +01:00
dirtrack.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
disp-table.el
display-fill-column-indicator.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
display-line-numbers.el Improve support for 'display-line-numbers-width-start' 2021-04-30 10:28:50 +03:00
dnd.el ; Minor doc fixes found by checkdoc 2021-09-13 06:44:52 +02:00
doc-view.el Improve doc-view-mode menus 2021-11-19 11:34:57 +01:00
dom.el
dos-fns.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
dos-vars.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
dos-w32.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
double.el
dynamic-setting.el * lisp/dynamic-setting.el: Add missing footer 2021-04-12 11:54:10 -04:00
ebuff-menu.el
echistory.el
ecomplete.el
edmacro.el Reverse the edmacro-parse-keys/kbd vector/string logic 2021-10-17 22:14:30 +02:00
ehelp.el
elec-pair.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
electric.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
elide-head.el
emacs-lock.el
env.el ; Fix typos 2021-11-12 13:59:58 +01:00
epa-dired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa-file.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa-hook.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
epa-ks.el Prefer seq-random-elt to nth+random 2021-09-24 19:41:03 +02:00
epa-mail.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
epa.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
epg-config.el
epg.el * lisp/epg.el (epg-key): Use explicit copier with proper prefix 2021-11-02 22:17:02 -04:00
expand.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ezimage.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
face-remap.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
facemenu.el Make list-colors-display sort list passed as argument 2021-10-30 17:34:08 +02:00
faces.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
ffap.el Make `dired-split' obsolete 2021-11-09 23:58:42 +01:00
filecache.el * lisp/filecache.el: Fix cycling (bug#49761). 2021-08-01 11:38:51 +03:00
fileloop.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
filenotify.el Merge from origin/emacs-28 2021-10-16 09:18:37 -07:00
files-x.el ; Fix symbol quoting typos 2021-09-12 18:36:49 +02:00
files.el * lisp/files.el (file-has-changed-p): Index the cache with absolute file names 2021-11-18 22:06:50 -05:00
filesets.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
find-cmd.el
find-dired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
find-file.el ; Remove various duplicated words 2021-09-25 20:25:01 +02:00
find-lisp.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
finder.el Add links to commentary reached with finder-list-keywords 2021-10-23 05:28:32 +02:00
flow-ctrl.el
foldout.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
follow.el Fix follow-scroll-down in a small buffer which starts slightly scrolled 2021-11-13 18:33:17 +00:00
font-core.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
font-lock.el font-lock-type-face doc string improvement 2021-11-04 19:28:06 +01:00
format-spec.el
format.el Merge from origin/emacs-28 2021-10-05 07:50:22 -07:00
forms.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
frame.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
frameset.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
fringe.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
generic-x.el Revert "Load all generic-x.el modes unconditionally" 2021-04-09 01:43:10 +02:00
help-at-pt.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
help-fns.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
help-macro.el * lisp/help-macro.el: Doc fix. 2021-05-02 12:22:34 +02:00
help-mode.el Add buttons to definition in help--describe-command 2021-11-01 15:42:30 +01:00
help.el Make the optional describe-map-tree parameters optional 2021-11-18 08:11:26 +01:00
hex-util.el
hexl.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
hfy-cmap.el
hi-lock.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
hilit-chg.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
hippie-exp.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
hl-line.el Allow packages to change the hl-line overlay priority 2021-06-01 10:29:33 +02:00
htmlfontify.el ; Stylistic docfixes in htmlfontify.el found by checkdoc 2021-09-21 18:19:43 +02:00
ibuf-ext.el Use substitute-command-keys in some messages 2021-11-17 14:29:15 +01:00
ibuf-macs.el Remove redundant #' before lambda in ibuf-*.el 2021-04-09 18:27:27 +02:00
ibuffer.el Document ibuffer-auto-mode in ibuffer-mode doc string 2021-11-04 19:08:36 +01:00
icomplete.el Revert accidential commit in icomplete.el 2021-11-13 15:26:42 +01:00
ido.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
ielm.el Improve error message in ielm on printing errors 2021-09-04 10:38:50 +02:00
iimage.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
image-dired.el image-dired: Improve some messages 2021-11-20 12:55:37 +01:00
image-file.el Add WebP image format support (Bug#51296) 2021-10-22 10:59:01 +02:00
image-mode.el New user option image-auto-resize-max-scale-percent 2021-11-06 20:45:37 +01:00
image.el Allow stopping animations automatically when the image disappears 2021-11-12 03:31:53 +01:00
imenu.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
indent.el Don't ignore restriction in indent-region-line-by-line 2021-11-18 08:11:26 +01:00
info-look.el Remove mistaken dired-x entry from previous info-look patch. 2021-10-09 14:49:38 +02:00
info-xref.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
info.el Move Info-goto-node-web to "G" 2021-11-12 04:35:46 +01:00
informat.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
isearch.el Simplify c8acc5fd92 2021-11-07 20:13:01 +02:00
isearchb.el Remove dead URL in isearchb.el comments 2021-05-08 14:17:16 +02:00
jit-lock.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
jka-cmpr-hook.el Use gzip to uncompess .xz files on MacOS 2021-09-25 03:05:27 +02:00
jka-compr.el Make jka-compr-insert-file-contents slightly more efficient 2021-07-13 23:48:04 +02:00
json.el
jsonrpc.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
kermit.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
keymap.el Change the call signature to keymap-substitute 2021-11-17 08:34:35 +01:00
kmacro.el Improve docstring of kmacro-set-format 2021-11-06 05:41:05 +01:00
ldefs-boot.el Regenerate ldefs-boot 2021-11-19 07:46:06 +01:00
linum.el * lisp/linum.el: Recommend `display-line-numbers-mode'. 2021-09-29 23:50:01 +02:00
loadhist.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
loadup.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
locate.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
lpr.el
ls-lisp.el Fix files-tests on MS-Windows 2021-11-11 10:58:10 +02:00
macros.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
Makefile.in Preload paren.el 2021-10-02 11:06:18 +03:00
makesum.el
man.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
master.el
mb-depth.el
md4.el
menu-bar.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
midnight.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
minibuf-eldef.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
minibuffer.el Re-rename the minibuffer heading 2021-11-06 03:58:43 +01:00
misc.el
misearch.el * lisp/misearch.el (multi-isearch-push-state): Use proper closures 2021-05-18 19:03:06 -04:00
mouse-copy.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
mouse-drag.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
mouse.el Merge from origin/emacs-28 2021-11-19 07:00:24 +01:00
mpc.el Fix some custom types 2021-10-01 08:33:32 -07:00
msb.el Make `menu-bar-select-buffer' obsolete 2021-05-31 07:29:51 +02:00
mwheel.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
newcomment.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
notifications.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
novice.el
obarray.el
outline.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
paren.el New option show-paren-context-when-offscreen 2021-10-18 09:26:44 +02:00
password-cache.el
pcmpl-cvs.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
pcmpl-x.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
pcomplete.el * lisp/pcomplete.el: Remove aliases commented out for 20 years. 2021-04-05 15:15:31 +02:00
pixel-scroll.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
plstore.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
printing.el ; Minor stylistic fixes found by checkdoc 2021-10-05 02:06:57 +02:00
proced.el Do interactive mode tagging for proced.el 2021-10-05 18:18:20 +02:00
profiler.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
ps-bdf.el * lisp/ps-bdf.el: Use lexical-binding 2021-04-10 17:03:11 -04:00
ps-def.el ; Normalize some header comments 2021-09-16 15:42:44 +02:00
ps-mule.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
ps-print.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
ps-samp.el ; Normalize some header comments 2021-09-16 15:42:44 +02:00
README
recentf.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
rect.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
register.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
registry.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
repeat.el * lisp/repeat.el (describe-repeat-maps): Print all bound keys (bug#49265). 2021-11-18 19:42:44 +02:00
replace.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
reposition.el Don't signal scan-error in interactive sexp-based commands 2021-04-30 17:31:20 +02:00
reveal.el
rfn-eshadow.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
rot13.el * lisp/rot13.el (rot13-translate-table): Make it a translation-table 2021-11-16 22:48:37 -05:00
rtree.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
ruler-mode.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
savehist.el Fix exiting Emacs when savehist-file not writable 2021-05-11 15:56:41 +02:00
saveplace.el Don't save places in literally-visited files 2021-11-11 05:04:31 +01:00
scroll-all.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
scroll-bar.el
scroll-lock.el
select.el Re-fix charset issues when yanking non-plain-text elements 2021-11-11 05:22:02 +01:00
server.el ; * lisp/server.el (server-stop-automatically): Doc fix. 2021-11-11 13:12:50 +02:00
ses.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
shadowfile.el Improve robustness of shadowfile.el 2021-08-26 13:14:19 +02:00
shell.el Prefer locate-user-emacs-file 2021-11-09 07:51:27 +01:00
simple.el Adjust defvar-keymap' and define-keymap' to the new syntax 2021-11-16 08:26:24 +01:00
skeleton.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
so-long.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
sort.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
soundex.el
speedbar.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
startup.el ; * lisp/startup.el (command-line-1): Fix a typo in a comment. 2021-11-12 09:50:43 +02:00
strokes.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
subr.el Add new 'keymap-*' functions 2021-11-16 08:26:24 +01:00
svg.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
t-mouse.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
tab-bar.el Merge from origin/emacs-28 2021-11-19 07:00:24 +01:00
tab-line.el * lisp/tab-line.el (tab-line-mode): Preserve existing value of tab-line-format 2021-11-14 20:35:42 +02:00
tabify.el
talk.el
tar-mode.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
tempo.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
term.el Don't have M-x term' call term-mode' twice 2021-11-04 19:02:23 +01:00
thingatpt.el New thing-at-point target 'string' used in context-menu-region 2021-09-24 09:29:52 +03:00
thread.el
thumbs.el Make thumbs-image-type obsolete 2021-10-18 01:39:49 +02:00
time-stamp.el time-stamp: %F is "file name" not "pathname" + other doc 2021-11-09 20:11:07 -08:00
time.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
timezone.el
tmm.el Fix tmm-get-keymap under native-compile 2021-08-09 15:19:45 +02:00
tool-bar.el * lisp/tool-bar.el (tool-bar-position): Doc fix. 2021-10-06 19:18:51 +03:00
tooltip.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
transient.el * lisp/transient.el: Update to package version v0.3.7-11-g7f5520b3. 2021-11-06 15:36:29 +01:00
tree-widget.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
tutorial.el Fix handling of changed prefix keys in tutorial 2021-11-15 07:38:21 +01:00
type-break.el
uniquify.el Fix `uniquify-managed' unbounded growth 2021-05-12 17:36:24 +02:00
userlock.el * lisp/userlock.el (ask-user-about-supersession-threat): Accept 'y' strictly. 2021-10-10 20:27:29 +03:00
vcursor.el * lisp/vcursor.el: Use lexical-binding 2021-04-03 14:15:43 -04:00
version.el Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
view.el
vt-control.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
vt100-led.el
w32-fns.el
w32-vars.el
wdired.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
whitespace.el Remove redundant #' before lambda 2021-10-21 23:35:07 +02:00
wid-browse.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
wid-edit.el Revert "* lisp/wid-edit.el (widget-field): Add subtle border to face." 2021-11-05 08:24:02 +01:00
widget.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
windmove.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
window.el Set minibuffer-completion-* variables locally in more places 2021-11-11 06:16:52 +01:00
winner.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
woman.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
x-dnd.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
xdg.el Merge from origin/emacs-28 2021-11-13 07:00:30 +01:00
xml.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
xt-mouse.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
xwidget.el Make xwidget-events special and document xwidget callbacks 2021-11-20 14:57:22 +08:00
yank-media.el Allow yank-media-types to also show the unsupported data types 2021-11-09 04:41:14 +01:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.