Mercurial > emacs
view msdos/sedleim.inp @ 27516:8001542eaee2
(w32_defined_color): Check for valid frame before
applying gamma correction. Eliminate dependency on frame elsewhere.
(w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
(w32_to_x_font): Use resx and resy not height_in and width_in.
(x_to_w32_font): Doc fix.
(xlfd_strip_height): New function to strip and return font height.
(w32_font_match): Compare height separately from rest of xlfd
spec, using xlfd_strip_height.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 30 Jan 2000 18:42:51 +0000 |
parents | 00af2bda43f0 |
children | 62100be6ca6d |
line wrap: on
line source
# -sedleim.inp----------------------------------------------------------- # Configuration script for leim/Makefile under DJGPP v2.x # ---------------------------------------------------------------------- /^SHELL *=/c\ SHELL=/xyzzy/command\ MAKESHELL=/xyzzy/command /^version=/d /^prefix=/d /^datadir=/s|@datadir@|../..| /^srcdir=/s|@srcdir@|.| /^INSTALLDIR=/c\ INSTALLDIR=. /^ cd ../c\ ${MAKE} -C ../src ${MFLAGS} emacs /else make quail/c\ if not exist quail\\nul make quail /^leim-list.el:/,/^$/ { /^ if/d /^ else/,/^ fi/d s| *| | /^ --eval/,/; \\$/s|\; \\|| } /^install:/,/^$/c\ install: all\ /^ ELC=/,/^ rm -f/c\ rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc /^ if test -f/d