aboutsummaryrefslogtreecommitdiff
path: root/doc/faq/FAQ.tex
diff options
context:
space:
mode:
authornotin2008-01-07 17:01:29 +0000
committernotin2008-01-07 17:01:29 +0000
commit591e7ae9f979190a1ccaf9df523f6b73b1e6536a (patch)
tree470435cd740b9c46c681741777aa781deac656b6 /doc/faq/FAQ.tex
parentf017a050a405334578a24569fba1b3010b6f191b (diff)
Ajout d'une explication dans la FAQ pour le bug avec MOD4 sous Coqide
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10431 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/faq/FAQ.tex')
-rw-r--r--doc/faq/FAQ.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/faq/FAQ.tex b/doc/faq/FAQ.tex
index f40c28c4d4..0644cf369a 100644
--- a/doc/faq/FAQ.tex
+++ b/doc/faq/FAQ.tex
@@ -2350,6 +2350,15 @@ Glib.Utf8.from_unichar 0x2200;;
The number between braces is the hexadecimal UNICODE index for the
missing character.
+\Question{How to get rid of annoying unwanted automatic templates?}
+
+Some users may experiment problems with unwanted automatic
+templates while using Coqide. This is due to a change in the
+modifiers keys available through GTK. The straightest way to get
+rid of the problem is to edit by hand your .coqiderc (either
+\verb|/home/<user>/.coqiderc| under Linux, or \\
+\verb|C:\Documents and Settings\<user>\.coqiderc| under Windows)
+ and replace any occurence of \texttt{MOD4} by \texttt{MOD1}.