emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Renaming non-X x_* identifiers (was: Renaming non-X x_* procedur


From: Alex Gramiak
Subject: [PATCH] Renaming non-X x_* identifiers (was: Renaming non-X x_* procedures in xdisp.c (and elsewhere))
Date: Sat, 13 Apr 2019 10:13:36 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Okay, I believe I'm essentially done now, at least with the C-side. I
can't test with either w32 and NS, so I hope you and Alan can test the
attached patches with those backends.

There still exists a few remaining instances of non-X procedures that
use x in the name, but those mostly either need functionality changes or
are tied to some Lisp-side identifier.

I can clean up the commit messages and combine/split the 2 main commits
as seen fit if accepted.

A brief overview of this patch series is that w32 x_* procedures are
renamed w32_*, ns x_* procedures are renamed ns_*, and the procedures
that depended on being named x_* (called from window system-generic
code) were transformed into terminal hooks.

Many non-backend-specific x_* procedures were renamed to gui_* or
image_* in frame.c , xdisp.c, and image.c.

Attachment: 0001-Rename-non-X-x_-procedures-in-xdisp.c.patch
Description: Text Data

Attachment: 0002-Add-prefixes-to-some-window-system-dependent-procedu.patch
Description: Text Data

Attachment: 0003-Rename-non-X-x_-identifiers.patch
Description: Text Data

Attachment: 0004-Rename-non-X-x_-identifiers-2.patch
Description: Text Data

Attachment: 0005-Add-terminal-hook-defined_color_hook.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]