- Subject: Updated wishlist :)
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Date: Tue, 29 May 2007 12:25:28 +0000 (UTC)
Hi John,
I've some new wishes for jed:
* Can you implement the gpm and xft support as configure option. This
would be much easier for autobuilding than patching the files. Maybe
you can check for the library by default and if it is found you enable
it otherwise you disable it. If the option --with-gpm is given and the
lib is missing configure should fail.
* Can you add a file autogen[1] or the like where I can see how you build
the configure and Makefile.in files.
[1] http://svn.debian.org/wsvn/deborphan/trunk/autogen.sh?op=file&rev=0&sc=0
* The files src/dfasyntx.h and src/config.hin still misses a copyright
notice.
* A small fix:
--- src/keymap.c (Revision 61)
+++ src/keymap.c (Arbeitskopie)
@@ -715,7 +715,7 @@
void jed (void) /*{{{*/
{
- /* This routine is called from main. So before actually strting, check
+ /* This routine is called from main. So before actually starting, check
one more hook to just to make sure all things are go. */
char *buffer_name;
* Can you split the install target in an install-binaries and
install-non-binaries or install-doc and install-lib target? On Debian,
we have to packages: an architecture dependent and an architecture
independent. To build the architecture independent package we currently
do.
if ! [ -e src/objs/jed ]; then > src/objs/jed; fi
make DESTDIR=$(jed-common) install
if ! [ -s src/objs/jed ]; then rm src/objs/jed; fi
rm -r $(jed-common)/usr/bin/
* You should not create the directory /usr/share/jed/bin if the
--exec-prefix is different from /usr/share/jed.
* Why do you quit jed in main.c:main_initialize() if no JED_ROOT
environment variable is defined, even through you worked around this in
main.c:set_jed_root(). Why not check for a non‐empty Jed_Root_Dir?
* Is the request “I need some way of getting only kbd events” in
xterm.c:X_input_pending() still open? The answer is
XCheckMaskEvent(This_XDisplay, KeyPressMask, &ev).
http://svn.debian.org/wsvn/pkg-jed/jed/branches/0.99.19/debian/patches/fix-multi-key.dpatch?op=file&rev=0&sc=0
* I saw you've updated dfa.txt. Maybe you can add a note about UTF‐8
workarounds.
% Workaround to make UTF-8 characters are display correctly, not as
% <C3><nn>
dfa_define_highlight_rule("\xC2.", "normal", name);
dfa_define_highlight_rule("\xCF.", "normal", name);
dfa_define_highlight_rule("\xC3.", "normal", name);
dfa_define_highlight_rule("\xE2..", "normal", name);
Bye, Jörg.
--
Dummheit anprangern ist ungefährlich, weil sich niemand angegriffen fühlt.
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2007 date index]
[2007 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]