aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.md29
1 files changed, 3 insertions, 26 deletions
diff --git a/FAQ.md b/FAQ.md
index b9394e9a..0adf8edb 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -82,8 +82,9 @@ your [preferences][].
- - -
**Q:**
-In Linux, pressing `^Z` suspends Textadept instead of performing an "Undo"
-action. How can I disable suspend and perform "Undo" instead?
+In the curses version on Linux, pressing `^Z` suspends Textadept instead of
+performing an "Undo" action. How can I disable suspend and perform "Undo"
+instead?
**A:**
Place the following in your `~/.textadept/init.lua` file:
@@ -156,30 +157,6 @@ never attempt to set its window position.
- - -
**Q:**
-I'm trying to compile Textadept from one of the download packages, but get some
-obscure errors in the `scintilla/term/`, `gtdialog/`, or `scintillua/`
-directories. What happened?
-
-**A:**
-Prior to Textadept 7.5, some of the dependencies Textadept downloads are the
-latest archives in their respective version control repositories. Occasionally
-there are compile-time incompatibilities with these "bleeding-edge" downloads.
-The solution is to go to the appropriate repository, identify the last revision
-whose date is before the release date of your Textadept version, and download
-the archive for that revision.
-
-For example, if you have Textadept 7.1 and cannot build the terminal version due
-to a file in the `scintilla/term/` directory, go to [scinterm hg][] and look for
-the revision before 11 November 2013 (which happens to be [changeset 60][] from
-23 October 2013), click on it, download the zip from the link near the top of
-the page, and replace the problematic file.
-
-[scinterm hg]: http://foicica.com/hg/scinterm
-[changeset 60]: http://foicica.com/hg/scinterm/rev/ea13ae30cfab
-
-- - -
-
-**Q:**
I am not able to use the "Consolas" or [insert other Windows font package here]
on Windows. Textadept just uses a default font. How can I get it to use my font?