Changeset c1ac942


Ignore:
Timestamp:
10/12/2006 04:46:44 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8d252f5
Parents:
76d61ba
Message:

Patch for Emacs to recognize AltGr

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6338 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r76d61ba rc1ac942  
    1 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     1<!ENTITY day          "12">                   <!-- Always 2 digits -->
    22<!ENTITY month        "10">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    r76d61ba rc1ac942  
    4343
    4444    <listitem>
     45      <para>October 12th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Patched Emacs to ensure that the
     49          AltGr key is recognized. Added information about lack
     50          of test suite.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>October 11th, 2006</para>
    4657      <itemizedlist>
  • postlfs/editors/emacs.xml

    r76d61ba rc1ac942  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY emacs-download-http "http://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.gz">
     
    6452      <listitem>
    6553        <para>Estimated build time: &emacs-time;</para>
     54      </listitem>
     55    </itemizedlist>
     56
     57    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <itemizedlist spacing="compact">
     59      <listitem>
     60        <para>Required patch: <ulink
     61        url="&patch-root;/emacs-&emacs-version;-altgr-1.patch"/></para>
    6662      </listitem>
    6763    </itemizedlist>
     
    8783    <title>Installation of Emacs</title>
    8884
     85    <para>In some circumstances, the AltGr modifier key present on some
     86    keyboards is not recognized. Ensure that it is by applying the
     87    following patch:</para>
     88
     89<screen><userinput>patch -Np1 -i ../emacs-&emacs-version;-altgr-1.patch</userinput></screen>
     90
    8991    <para>Install <application>Emacs</application> by running the following
    9092    commands:</para>
     
    9294<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    9395make bootstrap</userinput></screen>
     96
     97    <para>This package does not come with a test suite.</para>
    9498
    9599    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.