Bug 189488
Summary: | Incorrect activation of AUCTeX | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Leslie Saper <saper> |
Component: | emacs-auctex | Assignee: | Ed Hill <ed> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | extras-qa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-04-21 18:01:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Leslie Saper
2006-04-20 14:12:29 UTC
Hi Leslie, sorry I overlooked that item in the release notes (I've never actually needed to unload auctex!). Anyway, according to the release notes: http://www.gnu.org/software/auctex/manual/html_node/Changes.html the file should contain (load "auctex.el" nil t t) instead of (require 'tex-site). If that one change fixes things for you (and please tell me if it isn't), then I'll update the package ASAP. Putting (load "auctex.el" nil t t) into this file instead of (require 'tex-site) should do it. Thanks! Builds for FC-4, FC-5, and devel with this fix have succeeded and will be available soon. |