-
Hi,
When I write a tweet containing the "؟" character (irony point / French point d'ironie), the tweet is displayed right-aligned.
Tested only in Hotot for Chromium.
Regards
-
I have here a gentoo linux. I tried to follow the installation hints from https://github.com/Sarcasm/irony-mode: I downloaded irony with 'M-x el-get-install RET irony-mode RET', added the configuratio…
-
Latest experience is RTX... pretty embarassing.
-
Hey,
Having some trouble getting irony mode working on this machine.
I'm getting this error when I invoke company-irony directly in my file :
```
Company: An error occurred in auto-begin
Buffer …
-
Hi,
I have a problem to set up irony-mode for company. My system is OSX, and my .emacs configuration is as followed:
```
;;irony-mode
(add-hook 'c++-mode-hook 'irony-mode)
(add-hook 'c-mode-hook 'iro…
-
I am very new to Emacs (I come from Atom and love Emacs a lot so far) and today I am trying to set up auto-completion for C++. I noticed there is another similar issue open already, but since I am new…
-
I use Emacs 25.0.91.1 (x86_64-w64-mingw32) in Windows 7 64bit. My irony-mode and company-irony were installed from MELPA. The installation path of irony-server is `H:\emacs\.emacs.d\irony\bin` where I…
wjnnb updated
8 years ago
-
In this file (with flycheck-irony installed from melpa in a sandboxed emacs version 25.0.50)
```
#include
int main() {
std::function f;
return f(0);
}
// Local Variables:
// irony-additional-c…
-
Hi!
I'm having an issue which I cannot trace back to its origin. The issue is described [here](https://github.com/Sarcasm/irony-mode/issues/493). Through trial and error I've discovered that disablin…
-
Salut Guillaume
Before all, thanks for your amazing "irony" packages. They have
notably increased my speed coding.
I write you in order to comment that maybe the last version of irony
or perha…