[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Output to directory patch
From: |
Al Haji-Ali |
Subject: |
Re: Output to directory patch |
Date: |
Fri, 12 Mar 2021 21:56:18 +0000 |
User-agent: |
mu4e 1.5.8; emacs 27.1 |
Hello Ikumi,
On 12/03/2021, Ikumi Keita wrote:
> 1. First of all, please write documentation for the new feature. Add
> appropriate section of paragraphs to texinfo files under doc/
> subdirectory.
How about this at the end of section "4.5 Controlling the output"
,----
| Addionally, output files produced by @AUCTeX{} can be placed in a seperate
| directory.
|
| @defopt TeX-output-dir
| Set this option to the path of a directory where output files will be
| placed. The output files include those that are produced by applications
| running under @AUCTeX{}, temporary files related to region processing and
| preview-latex files. If a relative path is specified, it is
| interpreted as being relative to the master file in a mutlifile document.
|
| This is a buffer local variable and must be set seprately for all
| documents and all files in a multifile document. Alternatively, you may
| use @code{setq-default} to set the default value of this option or set it
| as a directory local variable.
|
| Note that a non-nil value of @code{TeX-output-dir} might be incompatible
| with some @TeX{} commands and macros. In particular, the @TeX{} macro
| @samp{\include} is known to not work with this option. Some @TeX{} packages
| which produce intermediary files might also be incompatible. A possible
| workaround for those packages is to append the value of @code{TeX-output-dir}
| to the environment variables @samp{TEXINPUTS} and @samp{BIBINPUTS}.
| @end defopt
`----
(Aside, I like your way of quoting code in emails. Is there an emacs command
that you use? I am having to do it manually at the moment.)
> 5-2. The default value nil doesn't match the `string' type, thus
> customization buffer shown by M-x customize-option displays
> "mismatch" like this:
Ah right, how about these two choices instead?
,----
| (choice (const :tag "Directory of master file" nil)
| (string :tag "Custom" "build"))
`----
> 6.(Option) It would be slightly better if 'FUNCTION-NAME-SYMBOLs are
> rewritten as #'FUNCTION-NAME-SYMBOLs in codes committed anew, but I
> leave it to your choice since it would make only thin difference.
I am all for conformity to a standard :)
Best regards,
-- Al
- [auto merged failed] (was: Output to directory patch), (continued)
- [auto merged failed] (was: Output to directory patch), Uwe Brauer, 2021/03/12
- Re: [auto merged failed] (was: Output to directory patch), Tassilo Horn, 2021/03/12
- Re: [auto merged failed], Uwe Brauer, 2021/03/12
- Re: [auto merged failed], Tassilo Horn, 2021/03/12
- Re: [auto merged failed], Uwe Brauer, 2021/03/12
- Re: [auto merged failed], Tassilo Horn, 2021/03/12
- Re: [auto merged failed], Uwe Brauer, 2021/03/13
- Re: [auto merged failed], Uwe Brauer, 2021/03/13
- Re: Output to directory patch, Ikumi Keita, 2021/03/12
- Re: Output to directory patch, Ikumi Keita, 2021/03/12
- Re: Output to directory patch,
Al Haji-Ali <=
- Re: Output to directory patch, Ikumi Keita, 2021/03/13
- Re: Output to directory patch, Al Haji-Ali, 2021/03/14
- Re: Output to directory patch, Ikumi Keita, 2021/03/15
- Re: Output to directory patch, Tassilo Horn, 2021/03/16
- Re: Output to directory patch, Al Haji-Ali, 2021/03/16
- Re: Output to directory patch, Tassilo Horn, 2021/03/16
- Re: Output to directory patch, Ikumi Keita, 2021/03/16
- Re: Output to directory patch, Al Haji-Ali, 2021/03/16
- Re: Output to directory patch, Ikumi Keita, 2021/03/17
- Re: Output to directory patch, Al Haji-Ali, 2021/03/17