Aquileo | Recent changes to ticketshttps://sourceforge.net/p/emacsbinw64/tickets/Recent changes to ticketsenMon, 21 May 2018 02:08:14 -0000Aquileo | #12 Printinghttps://sourceforge.net/p/emacsbinw64/tickets/12/?limit=25#7134<div class="markdown_content"><p>I've studied the source code. The current implementation does not work for these reasons:<br/>
1. it tries to create a temporary file in C:\ <br/>
2. it uses print.exe to send data to a printer, but print.exe only works with LPT and COM printers, so no network or USB support.</p>
<p>I've made a patch which changes the code so that WritePrinter() WinAP function is used to send data to the printer. It was tested successfully on these models:<br/>
HP LaserJet 4050N - raw text and PostScript printing work.<br/>
HP DeskJet 5740 - only raw text works, this model does not support PostScript.</p>
<p>However, switching to WritePrinter() does not solve other problems with Emacs Windows printing. Regardless of what method is used - print.exe or WritePrinter() - some non-ASCII characters will not be properly printed (because fonts are not loaded to the printer) and some printers will not print anything at all (depends on PDL/PJL support of the specific printer). Proper Windows printing has to be implemented as output to a printer HDC.</p></div>SergeiMon, 21 May 2018 02:08:14 -0000https://sourceforge.net57c6c5be3b94345b34f516043cc2d5ea437f522eAquileo | #12 Printinghttps://sourceforge.net/p/emacsbinw64/tickets/12/?limit=25#885c<div class="markdown_content"><p>With your printer, it may work, but I haven’t tried.</p></div>zklhp Thu, 26 Apr 2018 02:25:05 -0000https://sourceforge.net5693462a36becc76e41ff64bdb3d2253ca5bd2d7Aquileo | #12 Printinghttps://sourceforge.net/p/emacsbinw64/tickets/12/?limit=25#4be0<div class="markdown_content"><p>After several years of struggle, I found it very difficult to use printing function in Emacs under MS-Windows.</p>
<p>However, I made printing to PDF possible. It is very tricky and requires Adobe Acrobat, Ghostscript, and GSview 5.0 (http://pages.cs.wisc.edu/~ghost/gsview/get50.htm).</p>
<p>A possible customization would be:</p>
<ul>
<li>
<p>Install Acrobat and use Adobe PDF (the virtual printer) as the default printer. Make sure it works.</p>
</li>
<li>
<p>Install Ghostscript and GSview 5.0. </p>
</li>
<li>
<p>Start Emacs with “-Q”. Eval<br/>
(setq-default ps-lpr-command (expand-file-name "C:/Program Files/Ghostgum/gsview/gsprint.exe"))</p>
</li>
</ul>
<p>This depends on where you install GSview.</p>
<p>Then M-x ps-print-buffer-with-faces, a PDF file may be generated.</p>
<p>There are other configurations. All of my dotEmacs (sorry for the Chinese) could be found at</p>
<p><a href="https://coding.net/u/Chris_Zheng/p/dotEmacs/git" rel="nofollow">https://coding.net/u/Chris_Zheng/p/dotEmacs/git</a></p>
<p>Happy hacking,</p>
<p>Chris</p></div>zklhp Thu, 26 Apr 2018 02:22:32 -0000https://sourceforge.net765ea4da3a8958b3f5ccf98a5f10c7740907165eAquileo | Printinghttps://sourceforge.net/p/emacsbinw64/tickets/12/<div class="markdown_content"><p>Printing does noit work. Neither print-buffer, nor ps-print-buffer. Neither USB local printer, nor IPv4 network printer. Using version "GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-12". Below is an example of error message.</p>
<p>Send current buffer to default printer? y<br/>
Spooling with options (page headers are not supported)...<br/>
w32-direct-print-region-helper: Opening output file: Permission denied, c:/USB001</p></div>SergeiWed, 25 Apr 2018 18:45:38 -0000https://sourceforge.net7ecbd4d92a20179457da5c9ffdb87b6cdb98a332Aquileo | #11 emacsclient -nw still opens new frame/windowhttps://sourceforge.net/p/emacsbinw64/tickets/11/?limit=25#ac96<div class="markdown_content"><p>Its unfortunate but it seems you're correct, my research led me to the following:</p>
<blockquote>
<p>Note that, due to limitations of MS-Windows, Emacs cannot have both GUI and text-mode frames in the same session. It also cannot open text-mode frames on more than a single Command Prompt window, because each Windows program can have only one console at any given time.</p>
</blockquote>
<p>Source: <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Windows-Startup.html" rel="nofollow">https://www.gnu.org/software/emacs/manual/html_node/emacs/Windows-Startup.html</a></p>
<p>Thanks,<br/>
JM</p></div>Jason MurphyFri, 14 Oct 2016 13:20:35 -0000https://sourceforge.net418fb4a267074a8d550b7ed05ae460326c4f4964Aquileo | #11 emacsclient -nw still opens new frame/windowhttps://sourceforge.net/p/emacsbinw64/tickets/11/?limit=25#1aa3<div class="markdown_content"><p>Hello Jason,</p>
<p>Same here. And I think this is the expected beahivor under Windows. Do you have any references that it can work this way?</p>
<p>Sorry,</p>
<p>Chris</p></div>zklhp Fri, 14 Oct 2016 12:56:27 -0000https://sourceforge.net79949bca71fa7fab1965fd8e433aa009cce45cc5Aquileo | emacsclient -nw still opens new frame/windowhttps://sourceforge.net/p/emacsbinw64/tickets/11/<div class="markdown_content"><p>Hi</p>
<p>Thanks for putting this together. As the title says... when I run the <code>emacs --daemon</code> and then try to run <code>emacsclient -nw</code> it opens a new frame instead of.opening in the terminal as expected. I've also tried the <code>-t</code> and <code>--tty</code> flags but the result is the same.</p>
<p>I'm running <code>emacs-w64-25.1-O2-with-modules</code> on windows 10 proffessional if that helps.</p>
<p>JM</p></div>Jason MurphyFri, 14 Oct 2016 01:04:44 -0000https://sourceforge.net67561847f7162acf338a24b599d98b2d81d75d20Aquileo | #10 Magit Editting Commit Message Is Slow (Lags)https://sourceforge.net/p/emacsbinw64/tickets/10/?limit=25#f349/10f1/7414<div class="markdown_content"><p>Sorry for that. Some guesses:</p>
<ul>
<li>
<p>The lag may relate to the changes in emacsclient. You can test this by trying the offical version <br/>
<a href="http://alpha.gnu.org/gnu/emacs/pretest/windows/." rel="nofollow">http://alpha.gnu.org/gnu/emacs/pretest/windows/.</a></p>
</li>
<li>
<p>The lag may be caused by garbage collection. You can test this by <code>M-: (setq garbage-collection-messages t)</code> or <code>M-x profiler-start</code> and <code>M-x profiler-report</code>.</p>
</li>
<li>
<p>Hooks? Timers?</p>
</li>
<li>
<p>Antivirus softwares?</p>
</li>
</ul></div>zklhp Thu, 02 Jun 2016 06:16:04 -0000https://sourceforge.nete6378eb8dd5d5c8c8d45723b08f925898c76a9d7Aquileo | #10 Magit Editting Commit Message Is Slow (Lags)https://sourceforge.net/p/emacsbinw64/tickets/10/?limit=25#f349/10f1<div class="markdown_content"><p>Sorry for taking so long to respond. I only use this package at work where I'm stuck with a Windows machine. So, I don't often have time to fool around with software.</p>
<p>I just grabbed the latest stable you have released (25.0.94), and the lag is still present. However, the delay is in hundreds of milliseconds instead of thousands of milliseconds.</p></div>Aaron SwensonWed, 01 Jun 2016 20:00:36 -0000https://sourceforge.netc735766094f4ec4667beac6f68adafb9a014e0bbAquileo | #9 Request for debug-friendly 25.0.90 pretest versionhttps://sourceforge.net/p/emacsbinw64/tickets/9/?limit=25#e132/2539<div class="markdown_content"><p>In my experience, your fears about performance are unbased. The -Og version works fast enough. I urge you to use that version because doing that will help us with testing the upcoming 25.1 release, which, after all, is the main purpose of having the pretest binaries available.<br/>
Once v25.1 is out, the official release can be compiled with more aggressive optimizations, of course.</p>
<p>Thanks.</p></div>Eli ZaretskiiWed, 03 Feb 2016 15:36:09 -0000https://sourceforge.net559d333dc570268dd52e94dfdc72564959ea8335