[Bug 450838] New: XEmacs pretty-printing missing
https://bugzilla.novell.com/show_bug.cgi?id=450838 User roloff@adk.de added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c1 Summary: XEmacs pretty-printing missing Product: openSUSE 11.0 Version: Final Platform: i686 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: roloff@adk.de QAContact: sndirsch@novell.com Found By: --- The pretty-print menu entry is no longer available within XEmacs. Steps to reproduce: 1) open "file" menu in XEmacs. Result: Only "Print" entry is showing up I tried using the "file->print..." entry, but an error message appears: "Invalid constant: Invalid device type, msprinter" Expected: Pretty-print there and working like it did in all previous versions. I'm using the out-of-stock-packages: :~> rpm -qa | grep emacs xemacs-packages-20070427-112.1 xemacs-packages-el-20070427-112.1 xemacs-info-21.5.28.20080401-16.1 xemacs-el-21.5.28.20080401-16.1 xemacs-packages-info-20070427-112.1 xemacs-21.5.28.20080401-16.1 :~> cat /etc/SuSE SuSE-brand SuSEconfig/ SuSE-release torsten@roloffbook:~> cat /etc/SuSE-release openSUSE 11.0 (i586) VERSION = 11.0 :~> uname -a Linux 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 i686 i386 GNU/Linux I already tried this http://tracker.xemacs.org/XEmacs/its/issue124 (edited /usr/share/xemacs/21.5.28.20080401/lisp/printer.el and recompiled) but it didn't help -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 Robert Vojcik <rvojcik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mfabian@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c1 --- Comment #1 from Mike Fabian <mfabian@novell.com> 2008-12-04 07:33:24 MST --- Submitted to Factory: ------------------------------------------------------------------- Thu Dec 04 15:03:37 CET 2008 - mfabian@suse.de - bnc#450838: make generic-print-buffer work again. Patch by Aidan Kehoe from upstream, see http://article.gmane.org/gmane.emacs.xemacs.patches/9411 ------------------------------------------------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c2 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Mike Fabian <mfabian@novell.com> 2008-12-04 07:37:54 MST --- The change you quoted which I applied now makes the print menu work again. The print menu contains the function ‘generic-print-buffer’. You can see that with C-h k and then clicking on the print menu entry. The documentation of ‘generic-print-buffer’ says: (You can get it with M-x describe-function RET generic-print-buffer RET).
Print buffer BUFFER using a printing method appropriate to the O.S. being run. Under Unix, `lpr' is normally used to spool out a no-frills version of the buffer, or the `ps-print' package is used to pretty-print the buffer to a PostScript printer. Under MS Windows, the built-in printing support is used.
Actually it never seems to use ps-print it always spools the no-frills version. But at least it works after applying the patch. To use ps-print to pretty-print a buffer, you can use M-x ps-print-buffer RET Closing as FIXED. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 User roloff@adk.de added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c3 Torsten Roloff <roloff@adk.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Torsten Roloff <roloff@adk.de> 2009-01-20 06:47:56 MST --- After upgrade to opensuse 11.1, I'm still missing the pretty-print function. When using the generic print, the "Invalid device type msprinter" message still appears. Any chances to fix this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 Torsten Roloff <roloff@adk.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|X11 Applications |X11 Applications AssignedTo|mfabian@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.0 |openSUSE 11.1 Target Milestone|--- |Final Severity|Normal |Minor -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c4 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfabian@novell.com --- Comment #4 from Mike Fabian <mfabian@novell.com> 2009-01-20 07:01:41 MST --- Somehow the xemacs package in 11.1 misses this changlog: ------------------------------------------------------------------- Thu Dec 04 15:03:37 CET 2008 - mfabian@suse.de - bnc#450838: make generic-print-buffer work again. Patch by Aidan Kehoe from upstream, see http://article.gmane.org/gmane.emacs.xemacs.patches/9411 ------------------------------------------------------------------- The Changelog of the xemacs package in 11.1 ends with: ------------------------------------------------------------------- Wed Oct 29 12:27:46 CET 2008 - mfabian@suse.de - bnc#432404 (XEmacs crashes on loading byte compiled .gnus.elc): prevent latin-unity from fiddling with the coding system when byte compiled files are written. Fix from upstream by Stephen J. Turnbull, see http://tracker.xemacs.org/XEmacs/its/issue405 ------------------------------------------------------------------- I don’t know why this fix didn’t make it into openSUSE 11.1 anymore. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c5 --- Comment #5 from Mike Fabian <mfabian@novell.com> 2009-01-20 07:04:29 MST --- It was too short before the release apparently. You can find updated packages in http://download.opensuse.org/repositories/M17N/ The xemacs packages in the M17N repository use Xft/fontconfig to render fonts instead of X11 core fonts. I like that a lot and already use if for a long time but I was reluctant to switch the standard xemacs packages in openSUSE to use Xft/fontconfig. Unfortunately this is not choosable at runtime, using Xft/fontconfig is only a compile time option. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450838 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450838#c6 Mike Fabian <mfabian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #6 from Mike Fabian <mfabian@novell.com> 2009-01-20 07:05:16 MST --- FIXED (because it is fixed in Factory and in the M17N repository). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com