Re: [fossil-users] feature request: diff -tk: 'q' to quit

2017-11-12 Thread j. van den hoff
On Sun, 12 Nov 2017 01:08:32 +0100, Stephan Beal   
wrote:



Lol - i never even noticed that there was a search box in the diff view.

i'd be just as happy with ctrl-q - anything which is left-hand friendly.


but `q' alone is better ;-). and the mentioned patch works nicely as I  
just checked...


in this context: there is a further minor problem with the tk-diff in not  
starting up in the presence of otherwise innocuous warnings. at least I  
see this after `fossil diff -tk' in a certain checkout:


8<
'setting binary-glob has both versioned and non-versioned values: using  
versioned value from file ... ... or delete the non-versioned setting with  
"fossil unset binary-glob")'

while executing
"close $in"
(procedure "readDiffs" line 7)
invoked from within
"readDiffs $fossilcmd"
("eval" body line 1)
invoked from within
"eval $prog"
(file "file-4c406fbfbef75d4b" line 471)
8<

barebones `fossil diff' just shows the differences despite the  
'binary-glob' warning as it should... I had a short look at diff.tcl but  
do not see the reason for the above (apparent: the start of the tcl error  
message seems to be missing from the output...) exit-on-error. any ideas?


joerg






- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity,  
typos,

and top-posting.

On Nov 12, 2017 01:06,  wrote:



Stephan Beal  writes:
> Sometime in the far past, tapping 'q' (or maybe it was 'x') in the  
diff

-tk
> widget used to exit that widget. Nowadays one has to click the "Quit"
> button or tap Alt-F4 (a really finger-clumsy holdover from early  
Windows

> versions).

It was 'q'. It was removed by
http://fossil-scm.org/index.html/info/f6d9583173cbd6d2

It missed it so much that I use a for that patched fossil.

> Can we please, please, please get the 'q'==>quit functionality back?  
It
> sounds like a trivial thing to add, but the tcl code is all Greek to  
me

:/.

I second that plea.

I still use the proposed patch from

https://www.mail-archive.com/fossil-users@lists.fossil-scm.
org/msg24885.html
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




--
Using Opera's revolutionary email client: http://www.opera.com/mail/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] feature request: diff -tk: 'q' to quit

2017-11-11 Thread Will Parsons
On Saturday, 11 Nov 2017  7:08 PM -0500, Stephan Beal wrote:
> --===3478356516174635687==
> Content-Type: multipart/alternative; boundary="94eb2c1cc16658e44a055dbdf4c0"
>
> --94eb2c1cc16658e44a055dbdf4c0
> Content-Type: text/plain; charset="UTF-8"
>
> Lol - i never even noticed that there was a search box in the diff view.
>
> i'd be just as happy with ctrl-q - anything which is left-hand friendly.
>
> On Nov 12, 2017 01:06,  wrote:
>
>>
>> Stephan Beal  writes:
>> > Sometime in the far past, tapping 'q' (or maybe it was 'x') in the diff
>> -tk
>> > widget used to exit that widget. Nowadays one has to click the "Quit"
>> > button or tap Alt-F4 (a really finger-clumsy holdover from early Windows
>> > versions).
>>
>> It was 'q'. It was removed by
>> http://fossil-scm.org/index.html/info/f6d9583173cbd6d2
>>
>> It missed it so much that I use a for that patched fossil.
>>
>> > Can we please, please, please get the 'q'==>quit functionality back? It
>> > sounds like a trivial thing to add, but the tcl code is all Greek to me
>> :/.
>>
>> I second that plea.
>>
>> I still use the proposed patch from
>>
>> https://www.mail-archive.com/fossil-users@lists.fossil-scm.
>> org/msg24885.html
>> ___

One really needs to have *some* sort of keyboard binding to quit - I
don't care if it's Alt-Q, Ctrl-Q, or something else, but *something*
other than a mouse action.

-- 
Will

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] feature request: diff -tk: 'q' to quit

2017-11-11 Thread Stephan Beal
Lol - i never even noticed that there was a search box in the diff view.

i'd be just as happy with ctrl-q - anything which is left-hand friendly.

- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity, typos,
and top-posting.

On Nov 12, 2017 01:06,  wrote:

>
> Stephan Beal  writes:
> > Sometime in the far past, tapping 'q' (or maybe it was 'x') in the diff
> -tk
> > widget used to exit that widget. Nowadays one has to click the "Quit"
> > button or tap Alt-F4 (a really finger-clumsy holdover from early Windows
> > versions).
>
> It was 'q'. It was removed by
> http://fossil-scm.org/index.html/info/f6d9583173cbd6d2
>
> It missed it so much that I use a for that patched fossil.
>
> > Can we please, please, please get the 'q'==>quit functionality back? It
> > sounds like a trivial thing to add, but the tcl code is all Greek to me
> :/.
>
> I second that plea.
>
> I still use the proposed patch from
>
> https://www.mail-archive.com/fossil-users@lists.fossil-scm.
> org/msg24885.html
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] feature request: diff -tk: 'q' to quit

2017-11-11 Thread fossil

Stephan Beal  writes:
> Sometime in the far past, tapping 'q' (or maybe it was 'x') in the diff -tk
> widget used to exit that widget. Nowadays one has to click the "Quit"
> button or tap Alt-F4 (a really finger-clumsy holdover from early Windows
> versions).

It was 'q'. It was removed by
http://fossil-scm.org/index.html/info/f6d9583173cbd6d2

It missed it so much that I use a for that patched fossil.

> Can we please, please, please get the 'q'==>quit functionality back? It
> sounds like a trivial thing to add, but the tcl code is all Greek to me :/.

I second that plea. 

I still use the proposed patch from

https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24885.html
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] feature request: diff -tk: 'q' to quit

2017-11-11 Thread Stephan Beal
Sometime in the far past, tapping 'q' (or maybe it was 'x') in the diff -tk
widget used to exit that widget. Nowadays one has to click the "Quit"
button or tap Alt-F4 (a really finger-clumsy holdover from early Windows
versions).

Can we please, please, please get the 'q'==>quit functionality back? It
sounds like a trivial thing to add, but the tcl code is all Greek to me :/.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users