[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: skipping arguments with mode-compile
|
From: |
Andreas Politz |
|
Subject: |
Re: skipping arguments with mode-compile |
|
Date: |
Tue, 04 May 2010 15:43:28 -0000 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
LanX <address@hidden> writes:
> Hi
>
> I'm stuck ... I was able to customize most interactive inputs to be
> skipped when invoking mode-compile.
>
> But I'm still asked for arguments like in
> "Arguments to foo.pl perl script: "
>
> Does anyone know how to costumize this, maybe on a per file basis?
>
> Thanx
> LanX
Looking at the code, you can't customize this away. Of course you can
redefine the function in question or use a advice and/or bug the author
of mode-compile about this short-coming.
-ap