GNU bug report logs -
#20488
Problems with Icelandic quotation marks
Previous Next
Reported by: Joseph Timothy Foley <foley <at> ru.is>
Date: Sat, 2 May 2015 23:02:02 UTC
Severity: normal
Tags: notabug
Done: Mosè Giordano <mose <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
close 20488
tags 20488 notabug
thanks
Hi Joseph,
2015-05-03 0:19 GMT+02:00 Joseph Timothy Foley <foley <at> ru.is>:
> The Icelandic support in AUCTeX seems to be having issues with quotation
> marks. If I type ", it doesn't replace it with the right marks. It
> simply puts ". I have to press " twice in order to get it to create "`
> and "'. Am I missing something?
Well, the behavior you reported is exactly what is described in the
AUCTeX manual (info "(auctex)European") [1], so I wouldn't call it a
bug.
> I searched on google and could not
> find anyone else with a similar issue.
> When the system is not editing a document in with biber, " expands
> correctly to the `` and '' as normal.
You can achieve the behavior you expected by setting the
`TeX-quote-language-alist' variable. Add the following code to your
init file
(add-to-list 'TeX-quote-language-alist
'("icelandic" "\"`'" "\"'" nil))
Now you can insert the right quotation marks by pressing " just once.
I'm going to close this ticket.
Bye,
Mosè
Note:
[1] https://gnu.org/software/auctex/manual/auctex.html#European
This bug report was last modified 10 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.