Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!halley!pedz From: pedz@yow.mpd.tandem.com (Perry Smith) Newsgroups: comp.emacs Subject: Major bummer Message-ID: Date: 14 Nov 90 22:35:01 GMT Sender: news@halley.UUCP Distribution: comp Organization: Tandem Computers, Austin, TX Lines: 6 In GNU emacs the format function can not cope with a negative field width with the %s option. i.e. (format "%-20s" "hi") is the same as (format "%s" "hi"). This is not the case for decimal strings, etc. Also, it would be nice if format understood the * option (e.g. "%*s"). pedz