Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118091 - [patch] auctex 11.81 does not activate preview-latex in site-gentoo.el with USE=preview-latex [patch]
Summary: [patch] auctex 11.81 does not activate preview-latex in site-gentoo.el with U...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 13:15 UTC by Christian Faulhammer (RETIRED)
Modified: 2006-02-05 11:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
addpreview.patch (addpreview.patch,515 bytes, patch)
2006-01-06 13:16 UTC, Christian Faulhammer (RETIRED)
Details | Diff
60auctex-gentoo.el (60auctex-gentoo.el,90 bytes, text/plain)
2006-01-06 13:16 UTC, Christian Faulhammer (RETIRED)
Details
addpreview.patch (addpreview.patch,708 bytes, patch)
2006-01-06 14:04 UTC, Christian Faulhammer (RETIRED)
Details | Diff
60auctex-gentoo.el (60auctex-gentoo.el,97 bytes, text/plain)
2006-01-06 14:05 UTC, Christian Faulhammer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Faulhammer (RETIRED) gentoo-dev 2006-01-06 13:15:20 UTC
When compiled with USE=preview-latex the preview package is not activated in site-gentoo.el this patch corrects this behaviour by adding an condition in the ebuild and a file which contains

(require 'tex-site)
(load "preview-latex.el" nil t t)

first line activates AUCTeX, second preview-latex
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2006-01-06 13:16:11 UTC
Created attachment 76386 [details, diff]
addpreview.patch

Adds a condition for USE=preview-latex
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2006-01-06 13:16:54 UTC
Created attachment 76387 [details]
60auctex-gentoo.el

Activates preview-latex in Emacs
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2006-01-06 14:04:03 UTC
Created attachment 76392 [details, diff]
addpreview.patch

Reworked the patch a bit to meet the corrected 60auctex-gentoo.el that will follow
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2006-01-06 14:05:45 UTC
Created attachment 76395 [details]
60auctex-gentoo.el

Only adds preview-latex, so AUCTeX activation itself is exclusively covered in 50auctex-gentoo.el
extended the comment
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2006-02-05 11:13:58 UTC
Will be in stable when 11.82 hits stable: see bug #118100