Re: Issue 272 in yi-editor: Symlinks handled incorrectly

2012-11-13 Thread yi-editor
Updates: Status: Invalid Comment #2 on issue 272 by mjgajda: Symlinks handled incorrectly http://code.google.com/p/yi-editor/issues/detail?id=272 Current version of Vim behaves exactly as Yi does behave: saves file under a name of doesntexist/foo. So it was a bug in Vim. I believe it

Re: Issue 317 in yi-editor: Problems with start-up (loading yi.hs)

2012-11-13 Thread yi-editor
Updates: Status: WontFix Comment #4 on issue 317 by mjgajda: Problems with start-up (loading yi.hs) http://code.google.com/p/yi-editor/issues/detail?id=317 I believe it can only be fixed by making cabal install yi, since it means that some packages on which yi.hs recompilation depends

Re: Issue 318 in yi-editor: status bar moves up one line when invoking ex

2012-11-12 Thread yi-editor
Comment #3 on issue 318 by jeanphil...@gmail.com: status bar moves up one line when invoking ex http://code.google.com/p/yi-editor/issues/detail?id=318 I don't think we aim for perfect emulation, especially wrt. visuals. -- Yi development mailing list yi-devel@googlegroups.com

Re: Issue 318 in yi-editor: status bar moves up one line when invoking ex

2012-11-11 Thread yi-editor
Comment #2 on issue 318 by jeffwheeler: status bar moves up one line when invoking ex http://code.google.com/p/yi-editor/issues/detail?id=318 Hmm, it's my expectation that this should behave the same as Vim, which does not extend an additional line. -- Yi development mailing li

Re: Issue 318 in yi-editor: status bar moves up one line when invoking ex

2012-11-11 Thread yi-editor
Comment #1 on issue 318 by mjgajda: status bar moves up one line when invoking ex http://code.google.com/p/yi-editor/issues/detail?id=318 I believe it is intentional behaviour: status bar is extended by one line. -- Yi development mailing list yi-devel@googlegroups.com http

Re: Issue 317 in yi-editor: Problems with start-up (loading yi.hs)

2012-11-11 Thread yi-editor
Comment #3 on issue 317 by mjgajda: Problems with start-up (loading yi.hs) http://code.google.com/p/yi-editor/issues/detail?id=317 It occurs on Linux with GHC 7.4.2, but only when Yi package is currently broken. Please try `cabal install --reinstall yi`. -- Yi development mailing list yi

Re: Issue 317 in yi-editor: Problems with start-up (loading yi.hs)

2012-11-10 Thread yi-editor
Comment #2 on issue 317 by etherc...@gmail.com: Problems with start-up (loading yi.hs) http://code.google.com/p/yi-editor/issues/detail?id=317 Are you using OSX too? -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Issue 317 in yi-editor: Problems with start-up (loading yi.hs)

2012-11-10 Thread yi-editor
Comment #1 on issue 317 by will.h.b...@gmail.com: Problems with start-up (loading yi.hs) http://code.google.com/p/yi-editor/issues/detail?id=317 I'm having this issue as well. Did you ever fix it? -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/gro

Re: Issue 308 in yi-editor: Resizing vty window blocks thread indefinitely

2012-10-12 Thread yi-editor
Comment #2 on issue 308 by etherc...@gmail.com: Resizing vty window blocks thread indefinitely http://code.google.com/p/yi-editor/issues/detail?id=308 Resizing in any direction works for me with current master. Has anybody still has this issue? -- Yi development mailing list yi-devel

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2012-10-05 Thread yi-editor
Comment #7 on issue 365 by ance...@gmail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 This issue seems resolved but it is still active, am I right? -- Yi development mailing list yi-devel@googlegroups.com

Issue 374 in yi-editor: AltGr-F hangs Yi after displaying "Prelude.head of empty list"

2012-09-28 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 374 by mjgajda: AltGr-F hangs Yi after displaying "Prelude.head of empty list" http://code.google.com/p/yi-editor/issues/detail?id=374 What steps will reproduce the problem? 1. yi HACKING (or any other file) 2. P

Re: Issue 370 in yi-editor: Unicode quote in Haskell source code causes crash

2012-09-24 Thread yi-editor
Comment #3 on issue 370 by alexande...@gmail.com: Unicode quote in Haskell source code causes crash http://code.google.com/p/yi-editor/issues/detail?id=370 I got this while editing javascript, not haskell. yi - 0.6.6.1 (git HEAD yesterday). ghc 7.4.1 clean build from hackage (hsenv). -- Yi

Re: Issue 370 in yi-editor: Unicode quote in Haskell source code causes crash

2012-09-24 Thread yi-editor
Comment #2 on issue 370 by etherc...@gmail.com: Unicode quote in Haskell source code causes crash http://code.google.com/p/yi-editor/issues/detail?id=370 Here is the stacktrace produced with +RTS -xc for opening unicodequote.hs mentioned above. In fundamental mode (if you mv unicode.hs

Re: Issue 370 in yi-editor: Unicode quote in Haskell source code causes crash

2012-09-24 Thread yi-editor
Comment #1 on issue 370 by alexande...@gmail.com: Unicode quote in Haskell source code causes crash http://code.google.com/p/yi-editor/issues/detail?id=370 Got this problem as well when editing javascript (regexp with a unicode character). -- Yi development mailing list yi-devel

Re: Issue 327 in yi-editor: Yi built with Pango on Windows failed to start.

2012-09-24 Thread yi-editor
Comment #2 on issue 327 by pradd...@gmail.com: Yi built with Pango on Windows failed to start. http://code.google.com/p/yi-editor/issues/detail?id=327 Can it be the reason that cabal install yi -f -pango _disables_ pango flag instead of _enabling_ it? I suppose the cabal install yi -f

Re: Issue 373 in yi-editor: Message about saving new file configuration is repeated.

2012-09-17 Thread yi-editor
Comment #2 on issue 373 by dii...@gmail.com: Message about saving new file configuration is repeated. http://code.google.com/p/yi-editor/issues/detail?id=373 Fixed by https://github.com/yi-editor/yi/pull/39 -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com

Re: Issue 373 in yi-editor: Message about saving new file configuration is repeated.

2012-09-03 Thread yi-editor
Comment #1 on issue 373 by dii...@gmail.com: Message about saving new file configuration is repeated. http://code.google.com/p/yi-editor/issues/detail?id=373 Forget to mention, it's about vim mode behavior. -- Yi development mailing list yi-devel@googlegroups.com http://groups.googl

Issue 373 in yi-editor: Message about saving new file configuration is repeated.

2012-09-03 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 373 by dii...@gmail.com: Message about saving new file configuration is repeated. http://code.google.com/p/yi-editor/issues/detail?id=373 What steps will reproduce the problem? 1. $ yi 2. :e test 3. :w "//home/use

Issue 372 in yi-editor: In CUA mode, Ctrl-a doesn't select all

2012-08-07 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 372 by a...@nualeargais.ie: In CUA mode, Ctrl-a doesn't select all http://code.google.com/p/yi-editor/issues/detail?id=372 What steps will reproduce the problem? 1. Type some stuff. 2. Press Ctrl-a What is the exp

Issue 371 in yi-editor: Yi crashes upon "page down" in Alex input file (haskell mode)

2012-07-27 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 371 by mjgajda: Yi crashes upon "page down" in Alex input file (haskell mode) http://code.google.com/p/yi-editor/issues/detail?id=371 What steps will reproduce the problem? 1. Compile latest Yi. 2. cabal unpack y

Re: Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2012-07-26 Thread yi-editor
Comment #4 on issue 347 by mjgajda: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 I believe it just works now with GHC 7.4.1 and Yi 0.6.6. Could you please confirm and close this issue? -- Yi development mailing list yi-devel

Re: Issue 357 in yi-editor: Performance issues

2012-06-26 Thread yi-editor
Comment #3 on issue 357 by reiner.p...@gmail.com: Performance issues http://code.google.com/p/yi-editor/issues/detail?id=357 Without further investigation, it's hard to say whether it is related, but it sounds like it could be. I was working on this a while ago, but I've stopped o

Re: Issue 357 in yi-editor: Performance issues

2012-06-26 Thread yi-editor
Comment #2 on issue 357 by reilith...@gmail.com: Performance issues http://code.google.com/p/yi-editor/issues/detail?id=357 I believe I may have run into this bug. When I hold down an arrow key to scroll up or down in a buffer, I notice my processor usage goes through the roof. Is this

Re: Issue 369 in yi-editor: Binary installer for Windows

2012-06-07 Thread yi-editor
Comment #1 on issue 369 by rgala...@gmail.com: Binary installer for Windows http://code.google.com/p/yi-editor/issues/detail?id=369 It would be nice too if it can be installed in standalone mode (Yi on USB!!) and/or without administrator rights... Thanks anyway, I use Yi on Linux and it

Issue 370 in yi-editor: Unicode quote in Haskell source code causes crash

2012-06-06 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 370 by jameshfi...@gmail.com: Unicode quote in Haskell source code causes crash http://code.google.com/p/yi-editor/issues/detail?id=370 What steps will reproduce the problem? 1. Create any file with a `.hs` extension with

Issue 369 in yi-editor: Binary installer for Windows

2012-05-25 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 369 by joshj...@gmail.com: Binary installer for Windows http://code.google.com/p/yi-editor/issues/detail?id=369 It's always been difficult to build yi on windows, or impossible. Please provide an installer a la leksah

Re: Issue 240 in yi-editor: Enhance Alex to support Unicode

2012-04-04 Thread yi-editor
Comment #2 on issue 240 by tlauniai...@gmail.com: Enhance Alex to support Unicode http://code.google.com/p/yi-editor/issues/detail?id=240 Not sure if this is related, but entering unicode chars into Haskell files crashes Yi with a message like this: yi-linux-x86_64: lexical error around

Issue 368 in yi-editor: Loop with "Launching custom binary /home/username/.cache/yi/yi-openbsd-x86_64"

2012-03-27 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 368 by lars.eng...@kimitotelefon.fi: Loop with "Launching custom binary /home/username/.cache/yi/yi-openbsd-x86_64" http://code.google.com/p/yi-editor/issues/detail?id=368 On every single OpenBSD install I have t

Issue 367 in yi-editor: crash on close

2012-03-23 Thread yi-editor
Status: Accepted Owner: coreyoco...@gmail.com Labels: Type-Defect Priority-Medium New issue 367 by coreyoco...@gmail.com: crash on close http://code.google.com/p/yi-editor/issues/detail?id=367 yi: : hPutBuf: illegal operation (handle is closed) -- Yi development mailing list yi-devel

Re: Issue 366 in yi-editor: Eliminate dependency on monads-fd

2012-03-23 Thread yi-editor
Updates: Status: Fixed Comment #1 on issue 366 by coreyoco...@gmail.com: Eliminate dependency on monads-fd http://code.google.com/p/yi-editor/issues/detail?id=366 This is resolved as of 0.6.5.0 -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group

Issue 366 in yi-editor: Eliminate dependency on monads-fd

2011-10-27 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 366 by mightyb...@gmail.com: Eliminate dependency on monads-fd http://code.google.com/p/yi-editor/issues/detail?id=366 Yi should switch to depending on mtl instead of monads-fd as stated in the hackage page for monads-fd

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-10-24 Thread yi-editor
Comment #6 on issue 365 by generalm...@gmail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 Well, then I tried it too, $ cabal install 'alex < 3' --user $ cabal install yi --user and it wo

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-10-19 Thread yi-editor
Comment #5 on issue 365 by alexmsma...@gmail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 $ cabal install 'alex < 3' also worked for me. -- Yi development mailing list yi-devel@googlegr

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-10-19 Thread yi-editor
Comment #4 on issue 365 by byt...@gmail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 Does the fix mentioned above not work? alex 3 seems to be too new for yi. -- Yi development mailing list yi-devel

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-10-19 Thread yi-editor
Comment #3 on issue 365 by alexmsma...@gmail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 I have exactly the same error with a freshly installed ghc and cabal from debian. uname -a - Linux dionisos 3.0-6

Re: Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-10-10 Thread yi-editor
Comment #3 on issue 341 by ricardo@gmail.com: syntax colouring for block comments in C fails http://code.google.com/p/yi-editor/issues/detail?id=341 I've just added a rule to catch block comments that end on the same line as they started: https://github.com/yi-editor/yi/pull/13

Re: Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-10-10 Thread yi-editor
Comment #2 on issue 341 by jeanphil...@gmail.com: syntax colouring for block comments in C fails http://code.google.com/p/yi-editor/issues/detail?id=341 Lexer specifications are just Alex files. See Alex documentation. In this case it looks as if the comment syntax could be "stolen&

Re: Issue 341 in yi-editor: syntax colouring for block comments in C fails

2011-10-10 Thread yi-editor
Comment #1 on issue 341 by ricardo@gmail.com: syntax colouring for block comments in C fails http://code.google.com/p/yi-editor/issues/detail?id=341 The affected file is src/library/Yi/Lexer/C.x. The block comment works in the JavaScript lexer. Is there documentation on how the

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-10-09 Thread yi-editor
Comment #2 on issue 365 by bytbox: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 This works for me too. Thanks! -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-10-09 Thread yi-editor
Comment #1 on issue 365 by qzche...@gmail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 This work for me $ cabal install 'alex < 3' $ cabal install yi -- Yi development mailing

Issue 365 in yi-editor: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte`

2011-09-23 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 365 by generalm...@googlemail.com: Installing yi-0.6.4.0: Yi/Lexer/Abella.hs : Not in scop `alexGetByte` http://code.google.com/p/yi-editor/issues/detail?id=365 What steps will reproduce the problem? Install yi-0.6.4.0

Issue 364 in yi-editor: M-} gives an error instead of doing forward-paragraph

2011-08-28 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 364 by issac.vi...@gmail.com: M-} gives an error instead of doing forward-paragraph http://code.google.com/p/yi-editor/issues/detail?id=364 What steps will reproduce the problem? 1. yi --as=emacs foo.hs 2. Try moving

Re: Issue 363 in yi-editor: ar

2011-08-22 Thread yi-editor
Updates: Status: Invalid Comment #2 on issue 363 by jeffwheeler: ar http://code.google.com/p/yi-editor/issues/detail?id=363 Oops. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Issue 363 in yi-editor: ar

2011-08-22 Thread yi-editor
Comment #1 on issue 363 by andj...@gmail.com: ar http://code.google.com/p/yi-editor/issues/detail?id=363 it seems as though someone's cat submitted this one -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Issue 363 in yi-editor: ar

2011-08-22 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 363 by ddpac...@gmail.com: ar http://code.google.com/p/yi-editor/issues/detail?id=363 What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please provide relevant version

Issue 362 in yi-editor: Partial black syntax highlighting in black terminal

2011-08-19 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 362 by CasperVector: Partial black syntax highlighting in black terminal http://code.google.com/p/yi-editor/issues/detail?id=362 What steps will reproduce the problem? 1. Run "rm -rf ~/.yi/" after making a

Issue 361 in yi-editor: A bug in Yi.Hoogle which trying to pass an empty string to hoogle program as it's first arguments

2011-08-09 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 361 by dreamer...@gmail.com: A bug in Yi.Hoogle which trying to pass an empty string to hoogle program as it's first arguments http://code.google.com/p/yi-editor/issues/detail?id=361 What steps will reproduce the pr

Issue 360 in yi-editor: Implement an incremental pango renderer

2011-08-06 Thread yi-editor
Status: Accepted Owner: reiner.p...@gmail.com Labels: Type-Defect Priority-Medium New issue 360 by reiner.p...@gmail.com: Implement an incremental pango renderer http://code.google.com/p/yi-editor/issues/detail?id=360 The pango frontend currently uses the PangoLayout API for rendering. This

Re: Issue 314 in yi-editor: large files cause stack overflow

2011-07-16 Thread yi-editor
Updates: Status: Fixed Comment #1 on issue 314 by reiner.p...@gmail.com: large files cause stack overflow http://code.google.com/p/yi-editor/issues/detail?id=314 Commit aad07f727737163baa12 should fix this. -- Yi development mailing list yi-devel@googlegroups.com http

Re: Issue 354 in yi-editor: Clicking at end of buffer leads to Yi not accepting input

2011-07-16 Thread yi-editor
Updates: Status: Verified Comment #1 on issue 354 by reiner.p...@gmail.com: Clicking at end of buffer leads to Yi not accepting input http://code.google.com/p/yi-editor/issues/detail?id=354 Fixed in commit b01b53d151d0859a382f -- Yi development mailing list yi-devel@googlegroups.com

Issue 359 in yi-editor: _RegionB fails with WontCompile [GhcError {errMsg = "No instance for (Yi.MiniBuffer.Promptable Yi.Region.Region)\n arising from a use of `Yi.Keymap.makeAction'\nPossible fix:\

2011-07-16 Thread yi-editor
\n add an instance declaration for\n (Yi.MiniBuffer.Promptable Yi.Region.Region)"}] http://code.google.com/p/yi-editor/issues/detail?id=359 Steps taken: 1. Select region 2. Call _RegionB (e.g. deleteRegionB) Ideal outcome: Function works Real outcome: Function fails with WontCompile [GhcErro

Re: Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2011-06-26 Thread yi-editor
Comment #3 on issue 347 by innocent...@gmail.com: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 thanks a lot! -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2011-06-26 Thread yi-editor
Updates: Status: Accepted Comment #2 on issue 347 by reiner.p...@gmail.com: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 The new -fdochack flag[1] in yi.cabal should provide a workaround until the Cabal bug is fixed. [1

Re: Issue 357 in yi-editor: Performance issues

2011-06-26 Thread yi-editor
Updates: Summary: Performance issues Comment #1 on issue 357 by reiner.p...@gmail.com: Performance issues http://code.google.com/p/yi-editor/issues/detail?id=357 This commit[1] fixes the problem described as well as I can so far, although I believe performance could still be

Re: Issue 348 in yi-editor: Better window layout control / split-window-horizontally

2011-06-24 Thread yi-editor
Updates: Status: Verified Comment #3 on issue 348 by reiner.p...@gmail.com: Better window layout control / split-window-horizontally http://code.google.com/p/yi-editor/issues/detail?id=348 Layouts have been committed to yi: https://github.com/yi-editor/yi/commit

Re: Issue 358 in yi-editor: Make Yi work when installed with cabal-dev

2011-06-24 Thread yi-editor
Updates: Status: Fixed Comment #5 on issue 358 by reiner.p...@gmail.com: Make Yi work when installed with cabal-dev http://code.google.com/p/yi-editor/issues/detail?id=358 (No comment was entered for this change.) -- Yi development mailing list yi-devel@googlegroups.com http

Re: Issue 358 in yi-editor: Make Yi work when installed with cabal-dev

2011-06-24 Thread yi-editor
Comment #4 on issue 358 by rpglove...@gmail.com: Make Yi work when installed with cabal-dev http://code.google.com/p/yi-editor/issues/detail?id=358 Wonderful. It works perfectly. Thank you very much. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi

Re: Issue 358 in yi-editor: Make Yi work when installed with cabal-dev

2011-06-24 Thread yi-editor
Comment #3 on issue 358 by rpglove...@gmail.com: Make Yi work when installed with cabal-dev http://code.google.com/p/yi-editor/issues/detail?id=358 I think this will work! Thank you for the quick response. I'm installing it now. -- Yi development mailing list yi-devel@googlegroups.com

Re: Issue 358 in yi-editor: Make Yi work when installed with cabal-dev

2011-06-24 Thread yi-editor
Comment #2 on issue 358 by reiner.p...@gmail.com: Make Yi work when installed with cabal-dev http://code.google.com/p/yi-editor/issues/detail?id=358 I think my latest commit should do what you want: https://github.com/yi-editor/yi/commit/6efe6659af70e26a98a026ff38f5181312c6613f -- Yi

Re: Issue 358 in yi-editor: Make Yi work when installed with cabal-dev

2011-06-23 Thread yi-editor
Comment #1 on issue 358 by rpglove...@gmail.com: Make Yi work when installed with cabal-dev http://code.google.com/p/yi-editor/issues/detail?id=358 This is probably of Type-Enhancement and Priority-Low, but I can't see how to change it. -- Yi development mailing list yi-

Issue 358 in yi-editor: Make Yi work when installed with cabal-dev

2011-06-23 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 358 by rpglove...@gmail.com: Make Yi work when installed with cabal-dev http://code.google.com/p/yi-editor/issues/detail?id=358 A sufficient fix would be to allow the specification at compile time of additional options

Issue 357 in yi-editor: Poor pango performance

2011-06-13 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 357 by reiner.p...@gmail.com: Poor pango performance http://code.google.com/p/yi-editor/issues/detail?id=357 My commit[1] fixed some occasional crashes and threading issues in the pango UI, but also degraded performance

Issue 356 in yi-editor: Incremental parser leaks space?

2011-05-24 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 356 by reiner.p...@gmail.com: Incremental parser leaks space? http://code.google.com/p/yi-editor/issues/detail?id=356 What steps will reproduce the problem? Use yi for a while, editing Haskell files with the Haskell mode

Issue 355 in yi-editor: Delay closing Yi until yi.hs has successfully recompiled

2011-05-21 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 355 by reiner.p...@gmail.com: Delay closing Yi until yi.hs has successfully recompiled http://code.google.com/p/yi-editor/issues/detail?id=355 If you edit your yi.hs file and then run 'reload', the following happ

Issue 354 in yi-editor: Clicking at end of buffer leads to Yi not accepting input

2011-05-16 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 354 by reiner.p...@gmail.com: Clicking at end of buffer leads to Yi not accepting input http://code.google.com/p/yi-editor/issues/detail?id=354 What steps will reproduce the problem? 1. yi -fpango --as=emacs 2. Click in

Re: Issue 353 in yi-editor: Cursor goes offscreen if path longer than terminal width in C-x C-f

2011-05-16 Thread yi-editor
Comment #1 on issue 353 by gree...@gmail.com: Cursor goes offscreen if path longer than terminal width in C-x C-f http://code.google.com/p/yi-editor/issues/detail?id=353 Obviously that should be "--as=emacs", not "--editor=emacs", above. -- Yi development m

Issue 353 in yi-editor: Cursor goes offscreen if path longer than terminal width in C-x C-f

2011-05-16 Thread yi-editor
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 353 by gree...@gmail.com: Cursor goes offscreen if path longer than terminal width in C-x C-f http://code.google.com/p/yi-editor/issues/detail?id=353 What steps will reproduce the problem? 0. build as vty app 1. yi

Re: Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2011-05-15 Thread yi-editor
Comment #1 on issue 347 by jeffwheeler: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 This is because of this bug in Cabal: http://hackage.haskell.org/trac/hackage/ticket/656 In the meantime, maybe I should just hack the Cabal

Re: Issue 348 in yi-editor: Better window layout control / split-window-horizontally

2011-05-15 Thread yi-editor
Updates: Labels: -Type-Defect Type-Enhancement Comment #2 on issue 348 by jeffwheeler: Better window layout control / split-window-horizontally http://code.google.com/p/yi-editor/issues/detail?id=348 I just pulled arenl's set of UI patches which includes IM support, but crea

Issue 352 in yi-editor: When opening file in nonexisting directory, offer to create directory

2011-05-14 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 352 by reiner.p...@gmail.com: When opening file in nonexisting directory, offer to create directory http://code.google.com/p/yi-editor/issues/detail?id=352 What steps will reproduce the problem? 1. yi --as=emacs 2. C-x C-f

Issue 351 in yi-editor: Crash when closing buffer

2011-05-14 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 351 by arenie...@gmail.com: Crash when closing buffer http://code.google.com/p/yi-editor/issues/detail?id=351 What steps will reproduce the problem? 1. start Yi 2. open any file 3. close it What is the expected output? What

Re: Issue 348 in yi-editor: Better window layout control / split-window-horizontally

2011-05-14 Thread yi-editor
Comment #1 on issue 348 by reiner.p...@gmail.com: Better window layout control / split-window-horizontally http://code.google.com/p/yi-editor/issues/detail?id=348 I've implemented prototype support for fancy layouts here: https://github.com/reinerp/yi/tree/layout This demonstrate

Re: Issue 349 in yi-editor: Multiple minibuffers can be opened; all but one treated as 'file' buffers

2011-05-11 Thread yi-editor
Comment #1 on issue 349 by jeanphil...@gmail.com: Multiple minibuffers can be opened; all but one treated as 'file' buffers http://code.google.com/p/yi-editor/issues/detail?id=349 Here's a sane way to look at it: there are no "minibuffers", only miniwindows. Yi d

Re: Issue 350 in yi-editor: Usability: minibuffer distanced from status bar makes suggested completions difficult to read

2011-05-10 Thread yi-editor
Comment #2 on issue 350 by reiner.p...@gmail.com: Usability: minibuffer distanced from status bar makes suggested completions difficult to read http://code.google.com/p/yi-editor/issues/detail?id=350 Yes, Emacs does the same thing. -- Yi development mailing list yi-devel@googlegroups.com

Re: Issue 350 in yi-editor: Usability: minibuffer distanced from status bar makes suggested completions difficult to read

2011-05-10 Thread yi-editor
Comment #1 on issue 350 by jeffwheeler: Usability: minibuffer distanced from status bar makes suggested completions difficult to read http://code.google.com/p/yi-editor/issues/detail?id=350 Vim (not --as=vim) places everything at the bottom of the screen, and my impression from your report

Issue 350 in yi-editor: Usability: minibuffer distanced from status bar makes suggested completions difficult to read

2011-05-10 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 350 by reiner.p...@gmail.com: Usability: minibuffer distanced from status bar makes suggested completions difficult to read http://code.google.com/p/yi-editor/issues/detail?id=350 What steps will reproduce the problem? 1

Issue 349 in yi-editor: Multiple minibuffers can be opened; all but one treated as 'file' buffers

2011-05-10 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 349 by reiner.p...@gmail.com: Multiple minibuffers can be opened; all but one treated as 'file' buffers http://code.google.com/p/yi-editor/issues/detail?id=349 What steps will reproduce the problem? 1. yi --as=em

Re: Issue 304 in yi-editor: Entering the command-mode moves the window (in Pango)

2011-05-09 Thread yi-editor
Updates: Status: Fixed Comment #3 on issue 304 by jeffwheeler: Entering the command-mode moves the window (in Pango) http://code.google.com/p/yi-editor/issues/detail?id=304 Fixed by Reiner Pope: https://github.com/yi-editor/yi/commit/d97f263e210fbde0982f4794b95b6f5eef326cc3 -- Yi

Re: Issue 304 in yi-editor: Entering the command-mode moves the window (in Pango)

2011-05-09 Thread yi-editor
Comment #2 on issue 304 by jeffwheeler: Entering the command-mode moves the window (in Pango) http://code.google.com/p/yi-editor/issues/detail?id=304 Thanks for fixing this! (I think I implemented these broken tabs originally, heh.) Can you make a pull request on the GitHub repo [0] and

Issue 348 in yi-editor: Better window layout control / split-window-horizontally

2011-05-09 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 348 by reiner.p...@gmail.com: Better window layout control / split-window-horizontally http://code.google.com/p/yi-editor/issues/detail?id=348 At present, yi permits viewing multiple buffers simultaneously, but they will

Re: Issue 304 in yi-editor: Entering the command-mode moves the window (in Pango)

2011-05-09 Thread yi-editor
Comment #1 on issue 304 by reiner.p...@gmail.com: Entering the command-mode moves the window (in Pango) http://code.google.com/p/yi-editor/issues/detail?id=304 I've attached a patch which fixes this. The problem was as follows. Before this patch, tabs were simply represented

Issue 347 in yi-editor: Failure to produce documentation for yi-0.6.3.0

2011-05-05 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 347 by innocent...@gmail.com: Failure to produce documentation for yi-0.6.3.0 http://code.google.com/p/yi-editor/issues/detail?id=347 What steps will reproduce the problem? 1.runhaskell Setup.hs haddock --help 2.or cabal

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-04 Thread yi-editor
Comment #8 on issue 346 by arenie...@gmail.com: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 I'm not a OSX user but I've made some changes that probably can help. I've pushe

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #7 on issue 346 by jeffwheeler: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 I'm not sure if it's possible on OS X (although it should be in theory). I'd guess that you have to

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #6 on issue 346 by dunc...@mit.edu: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 I can't figure out how to do that from the git repo. Could you give me some pointers on how to do that?

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #5 on issue 346 by jeffwheeler: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 Is it possible to run the Pango (Gtk2Hs) frontend? I'm curious whether it segfaults there, too. -- Yi develo

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #4 on issue 346 by dunc...@mit.edu: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 I'm using the VTY frontend. -- Yi development mailing list yi-devel@googlegroups.com http://groups.googl

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #3 on issue 346 by jeffwheeler: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 Hmm, what frontend UI are you running? -- Yi development mailing list yi-devel@googlegroups.com http

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #2 on issue 346 by dunc...@mit.edu: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 Yes, I am. I ran the GitHub version. It had the same problem, except after the error message, it segfaulted

Re: Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Comment #1 on issue 346 by jeffwheeler: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 Are you using Yi from Hackage? This is probably the same as #342, which has been resolved in the source repo. Can

Issue 346 in yi-editor: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS)

2011-05-03 Thread yi-editor
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 346 by dunc...@mit.edu: Cannot open files that do not already exist (Mac OS X 10.6 Case-Sensitive HFS) http://code.google.com/p/yi-editor/issues/detail?id=346 What steps will reproduce the problem? 1. Install Yi on Mac OS

Re: Issue 309 in yi-editor: Need to migrate to new Gtk2Hs signal/event model

2011-04-30 Thread yi-editor
Comment #4 on issue 309 by jeffwheeler: Need to migrate to new Gtk2Hs signal/event model http://code.google.com/p/yi-editor/issues/detail?id=309 Nobody is working on this. When I created the bug, I thought that this was the only way to get the Pango frontend to compile again. Since then

Re: Issue 309 in yi-editor: Need to migrate to new Gtk2Hs signal/event model

2011-04-30 Thread yi-editor
Comment #3 on issue 309 by arenie...@gmail.com: Need to migrate to new Gtk2Hs signal/event model http://code.google.com/p/yi-editor/issues/detail?id=309 What's current status of this transition? After moving to new event model implementing support for input methods would be fairly s

Re: Issue 265 in yi-editor: Slowness (in fundamental mode)

2011-04-26 Thread yi-editor
Comment #24 on issue 265 by jw...@google.com: Slowness (in fundamental mode) http://code.google.com/p/yi-editor/issues/detail?id=265 This is purely subjective but it seems that Yi has been better behaved on this front. Is this still an issue for other folks? -- Yi development mailing list

Re: Issue 345 in yi-editor: Latest version of rosezipper package breaks yi compile.

2011-04-26 Thread yi-editor
Updates: Status: Fixed Comment #2 on issue 345 by jw...@google.com: Latest version of rosezipper package breaks yi compile. http://code.google.com/p/yi-editor/issues/detail?id=345 (No comment was entered for this change.) -- Yi development mailing list yi-devel@googlegroups.com http

Re: Issue 344 in yi-editor: Missing file art/yi+lambda-fat.32.png when using the pango frontend

2011-04-24 Thread yi-editor
Comment #7 on issue 344 by arenie...@gmail.com: Missing file art/yi+lambda-fat.32.png when using the pango frontend http://code.google.com/p/yi-editor/issues/detail?id=344 Fine, I've already done it. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/gro

Re: Issue 344 in yi-editor: Missing file art/yi+lambda-fat.32.png when using the pango frontend

2011-04-24 Thread yi-editor
Comment #6 on issue 344 by jeffwheeler: Missing file art/yi+lambda-fat.32.png when using the pango frontend http://code.google.com/p/yi-editor/issues/detail?id=344 Oh, nice catch! Can you make a pull request on github and I'll pull it in? -- Yi development mailing list yi-

Re: Issue 344 in yi-editor: Missing file art/yi+lambda-fat.32.png when using the pango frontend

2011-04-24 Thread yi-editor
Comment #5 on issue 344 by arenie...@gmail.com: Missing file art/yi+lambda-fat.32.png when using the pango frontend http://code.google.com/p/yi-editor/issues/detail?id=344 Strange as it may seem, cabal wildard * doesn't select files that contain more than 1 extension separator in its

Re: Issue 342 in yi-editor: Opening file that doesn't exist fails

2011-04-21 Thread yi-editor
Updates: Status: Fixed Comment #2 on issue 342 by jeffwheeler: Opening file that doesn't exist fails http://code.google.com/p/yi-editor/issues/detail?id=342 Fixed. Thanks. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Issue 342 in yi-editor: Opening file that doesn't exist fails

2011-04-18 Thread yi-editor
Comment #1 on issue 342 by arenie...@gmail.com: Opening file that doesn't exist fails http://code.google.com/p/yi-editor/issues/detail?id=342 Created pull request with fix: https://github.com/yi-editor/yi/pull/1 Also, I think Yi shouldn't rely on canonicalizePath at all. With

  1   2   >