question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

find_marked and mark do not work

See original GitHub issue

find_marked and Con.mark seem broken:

% ipython3
Python 3.5.2 (default, Jul  5 2016, 12:43:10) 

In [1]: import i3ipc

In [2]: i3ipc.Connection().get_tree().find_focused().command('mark m')

# See `[m]` appear in window decoration

In [3]: i3ipc.Connection().get_tree().find_marked('m')
Out[3]: []

In [4]: i3ipc.Connection().get_tree().find_focused().mark

In [5]: 
Do you really want to exit ([y]/n)? y

% pip3 freeze | grep ipc
i3ipc==1.2.0

% i3 --version
i3 version 4.12 (2016-03-06, branch "4.12") © 2009 Michael Stapelberg and contributors

% lsb_release -dcs
Ubuntu 16.04.1 LTS
xenial

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
acriscicommented, Sep 20, 2016

It’s fixed in the development version.

I’m just now realizing how long it’s been since a release. I’ll get on that soon.

0reactions
joepvdcommented, Sep 24, 2016

Thanks for all the work you are putting into this, @acrisci! This is a very useful and usable library. I use it hundreds of times every day 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

findMarks is broken for multi-line marks · Issue #3840
The following test fails: testDoc("findMarksMiddle", "A='line 0\nline 1\nline 2\nline 3'", function(a) { var mark = a.markText(Pos(1, 1), ...
Read more >
How to mark the lines connected to surface?
For surface edges (not lines) you can use this: *createmark surfaces 1 ... *findmark surfaces 1 113 1 lines 0 2. This gives...
Read more >
In Emacs dired, how to find/visit multiple files?
(dired-do-find-marked-files &optional NOSELECT) Find all marked files displaying all of them simultaneously. With optional NOSELECT just find files but do not ...
Read more >
How to find marked cards? : r/Anki
Is there any way to find marked cards that show up with the purple ... find anything in the manual and all the...
Read more >
Advanced Mark Commands (Dired Extra User's Manual)
If optional noselect is non- nil then just find the files but do not select. If you want to keep the Dired buffer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found