Re: yi doesn't run

2009-08-08 Thread Will Donnelly
Well, I finally got BSD working. The actual code was every bit the breeze I expected it to be. This module has been verified to work correctly under FreeBSD 7.1, but integration with other code has not been tested. I am assuming that considering the simple nature of the code, the unchanged type si

Re: yi doesn't run

2009-08-08 Thread Will Donnelly
I'm rather interested in this fix as well. I have a FreeBSD virtual machine[1] running currently, with GHC 6.10.3 installed and working. I tried to install the Haskell platform, but (long story short) it required that I update all of my installed programs[2]. That's been going on since this mornin

Issue 159 in yi-editor: Latex "input method"

2009-08-08 Thread codesite-noreply
Comment #4 on issue 159 by JeanPhilippe.bernardy: Latex "input method" http://code.google.com/p/yi-editor/issues/detail?id=159 You can take a look at my config file to see how it's done. Basically there is a parser for certain inputs which translate to insert the appropriate characters. --

Issue 222 in yi-editor: yi start with -f gtk after reloadEditor in vty yi

2009-08-08 Thread codesite-noreply
Updates: Status: Fixed Comment #1 on issue 222 by jeffwheeler: yi start with -f gtk after reloadEditor in vty yi http://code.google.com/p/yi-editor/issues/detail?id=222 Starting with -fvty, reload launches in vty. Starting with -fpango, reload launces the Pango UI. The fix may have

Re: yi doesn't run

2009-08-08 Thread Jeff Wheeler
On Sat, Aug 8, 2009 at 6:01 PM, Balazs Komuves wrote: > I think I found the relevant sysctl call via google; however after that I > spent > all the day trying to install FreeBSD on a virtual machine, and while I'm > very > frustrated already, it's still not working... If you know someone who coul

Issue 178 in yi-editor: control-f and control-b scroll do not work in the Pango frontend

2009-08-08 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 178 by jeffwheeler: control-f and control-b scroll do not work in the Pango frontend http://code.google.com/p/yi-editor/issues/detail?id=178 This works fine now. -- You received this message because you are listed in the owner or CC fields of

Issue 159 in yi-editor: Latex "input method"

2009-08-08 Thread codesite-noreply
Comment #3 on issue 159 by jeffwheeler: Latex "input method" http://code.google.com/p/yi-editor/issues/detail?id=159 Was this completed with the various Unicode commands? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this iss

Issue 73 in yi-editor: Tab completion should cycle through files

2009-08-08 Thread codesite-noreply
Updates: Labels: Component-Keymap-vim Comment #4 on issue 73 by jeffwheeler: Tab completion should cycle through files http://code.google.com/p/yi-editor/issues/detail?id=73 Vim has this behavior by default, so I'd like to see this included in the Vim bindings as well. -- You receiv

Issue 125 in yi-editor: Pango doesn't support input methods

2009-08-08 Thread codesite-noreply
Updates: Summary: Pango doesn't support input methods Comment #4 on issue 125 by jeffwheeler: Pango doesn't support input methods http://code.google.com/p/yi-editor/issues/detail?id=125 This is much broader than the original comment. No input methods are supported (that is, it doesn't

Issue 34 in yi-editor: Haddock Documentation on hackage

2009-08-08 Thread codesite-noreply
Comment #7 on issue 34 by jeffwheeler: Haddock Documentation on hackage http://code.google.com/p/yi-editor/issues/detail?id=34 Err, actually the failure logs are several months older; my mistake. With that said, maybe the latest version, compiled on August 5th, works? -- You received this mes

Issue 34 in yi-editor: Haddock Documentation on hackage

2009-08-08 Thread codesite-noreply
Comment #6 on issue 34 by jeffwheeler: Haddock Documentation on hackage http://code.google.com/p/yi-editor/issues/detail?id=34 For what it's worth, the latest regex-tdfa package built successfully on Hackage [1], but there are logs for both success and failure compiling this version in the arc

Re: yi doesn't run

2009-08-08 Thread Jeff Wheeler
On Sat, Aug 8, 2009 at 6:50 AM, Balazs Komuves wrote: > Thanks for drawing my attention to this. I don't have a BSD install at hand, > thus, > as the documentation also says, the BSD/Solaris parts of the library are > untested. > > Do you know how to do it "correctly" on BSD? I have basically no

patch applied (yi): yet another leak

2009-08-08 Thread Jean-Philippe Bernardy
Sat Aug 8 14:01:40 EDT 2009 jeanphilippe.berna...@gmail.com * yet another leak Ignore-this: 99b5dfc885a6f729ad0c23a9934c4755 M ./src/Yi/Buffer/Undo.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.

patch applied (yi): fix one more leak

2009-08-08 Thread Jean-Philippe Bernardy
Sat Aug 8 13:51:01 EDT 2009 jeanphilippe.berna...@gmail.com * fix one more leak Ignore-this: a57dd6be960de68975c5adb812ca75e8 M ./src/Yi/Interact.hs -1 +9 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.co

patch applied (yi): fix another leak

2009-08-08 Thread Jean-Philippe Bernardy
Sat Aug 8 10:30:01 EDT 2009 jeanphilippe.berna...@gmail.com * fix another leak Ignore-this: 55cb38df5781f543f949212487de0a54 M ./src/Yi/UI/Vty.hs -2 +4 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/g

Re: darcs patch: -fhacking

2009-08-08 Thread Jeff Wheeler
On Sat, Aug 8, 2009 at 4:22 AM, Jean-Philippe Bernardy wrote: > I did not reply earlier because it was night here; but that seems perfect. And I was busy at the time, but this does seem like a great solution. Jeff Wheeler --~--~-~--~~~---~--~~ Yi development mai

patch applied (yi): Make sure user-configured executables do not check for recompilation

2009-08-08 Thread Jean-Philippe Bernardy
Sat Aug 8 06:14:12 EDT 2009 jeanphilippe.berna...@gmail.com * Make sure user-configured executables do not check for recompilation Ignore-this: fb85bda8587a71b497bc412b4dec12f M ./src/Main.hs -2 +3 M ./src/Yi/Boot.hs -10 +12 M ./yi.cabal -1 +1 --~--~-~--~~--

Issue 34 in yi-editor: Haddock Documentation on hackage

2009-08-08 Thread codesite-noreply
Comment #5 on issue 34 by JeanPhilippe.bernardy: Haddock Documentation on hackage http://code.google.com/p/yi-editor/issues/detail?id=34 Hackage fails to compile Yi with the following error message. ghc: /usr/local/tmp/archive/install/lib/regex-tdfa-1.1.2/ghc-6.10.2/HSregex-tdfa-1.1.2.o: unkn

Re: darcs patch: -fhacking

2009-08-08 Thread Jean-Philippe Bernardy
On Sat, Aug 8, 2009 at 3:56 AM, Will Donnelly wrote: > Let me know if this solves the problem I did not reply earlier because it was night here; but that seems perfect. Thanks, JP. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http: