dr-scsi
dr-scsi
@Malabarba - I see now that there is also PR #150. You can ignore my suggestion above if you install that change (which is even more elegant). Sorry for missing...
I think also the linebreaks in the examples are broken. Take for instance the first example on top of [this page](https://www.emacsdocs.org/docs/auctex/Adding-Macros) vs. [the original](https://www.gnu.org/software/auctex/manual/auctex.html#Adding-Macros).
Another possibility is that your editor provides an interface which portion of the source is fed to hunspell for checking. The main issue I see is that one wants to...
@pauldhunt - Is using [ttfautohint](http://freetype.org/ttfautohint/) an option? The description says: > ttfautohint provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%. If that works,...
Thanks for your response. Is it then possible to turn this question into a "Feature Request"? It would be helpful when one is writing a LaTeX document (compiled with `lualatex`...
In order to get this rolling, I suggest to start with: ``` diff --git a/base/doc/fntguide.tex b/base/doc/fntguide.tex index 7cf5d239..0c8ef7cc 100644 --- a/base/doc/fntguide.tex +++ b/base/doc/fntguide.tex @@ -1997,6 +1997,55 @@ For example, would...
@FrankMittelbach - Thanks for your comments. PR #1303 is available for discussion.
@rougier - Would you consider installing the suggested changes without the copyright assignment? I think the changes are small enough so you could go the [copyright-paperwork-exempt-route](http://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE#n223). TIA.
@hlissner - AUCTeX doesn't support company-like insertion natively. The standard procedure of C-c RET includegraphics RET provides completion for key-values and file to include depending on the value of [`LaTeX-includegraphics-read-file`](http://git.savannah.gnu.org/cgit/auctex.git/tree/tex-style.el#n320).
> I use emacs all the time, but I'm not sure I'd want this. As @FrankMittelbach just commented even for emacs users it's not always clear what the settings would...