Ævar Arnfjörð Bjarmason wrote:
On Sat, Jun 5, 2010 at 02:57, Jonathan Nieder [off-list ref] wrote:
quoted
This handles builtins. ‘grep PROGRAM_OBJS Makefile’ reveals nine
other source files with their own main() functions.
[...]
They're mostly guts, but I guess imap-send should be translated.
Ok, I just wanted to make sure it was intentional.
Is the porcelain/plumbing distinction meant to be honored here?
It is possible the right thing to do would be to have run_builtin()
call the function that calls setlocale(), if and only if the command
has a USE_LOCALE flag set.
The downside: this would make the handle_internal_command table even
wider than it already is.
Jonathan