bug-gnu-utils
[Top][All Lists]
Advanced

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

xgettext hanging


From: William J Poser
Subject: xgettext hanging
Date: Tue, 4 Jan 2005 18:38:39 -0500 (EST)


On my GNU/Linux system xgettext 0.13.1 hangs on the following line of Tcl/Tk
code (and any file containing it):

pack .re       -side top                     -fill x

The space between "top" and "-fill" consists of 9 spaces, a tab, and 5 more 
spaces.
The problem is eliminated if the tab is replaced by spaces:

pack .re       -side top                     -fill x

The behavior is the same with xgettext 0.14.1 under FreeBSD 5.3.
--
Bill Poser, Linguistics, University of Pennsylvania
http://www.ling.upenn.edu/~wjposer/ address@hidden




reply via email to

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