Ralf Angeli <[EMAIL PROTECTED]> writes: > * David Kastrup (2005-08-13) writes: > >> Perhaps we should make something like >> AC_EXPORT_QUOTIFIED >> >> which will export and protect the variable? AC_SHELL_QUOTIFY would >> then always check whether there is a protection active. >> >> I mean, we don't have to protect against multiple quotification except >> in the export case, right? > > Yes. With my proposal you would have used AC_SHELL_QUOTIFY_ONCE > only on the exported variables as well. Your suggestion is a bit > more specialized and it makes the intention clearer, which is good.
Well, if we explicitly _export_ variables in the top directory, it probably is easiest to explicitly _import_ them again in the preview file before doing anything else with them. Then we can just think about a suitable way of passing the unquoted stuff in a manner that we can reuse. Seems like this would be the most transparent and robust way of dealing with the stuff. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
