[vimb-users] Released vimb 3.7.0

2023-06-19 Thread Daniel Carl
Hi all! Vimb 3.7.0 is out now with following changes. https://github.com/fanglingsu/vimb/releases/tag/3.7.0 Added - * The new env variable `$VIMB_SELECTION` is set to the current selected text whenever a `shellcmd` is run #592. * Allow to push link url to queue by `` #610. * Allow to decide

[vimb-users] Released vimb 3.6.0

2020-01-03 Thread Daniel Carl
Hi all! Vimb 3.6.0 is out now with following changes. Added - * `:cleardata [listOfDataTypes] [timeSpan]` command to clear various types of stored website data modified in the last _timeSpan_. * Setting `hint-match-element` to allow to disable the hinting to filter hints by the elements t

[vimb-users] Released vimb 3.5.0

2019-07-29 Thread Daniel Carl
Hi all! Vimb 3.5.0 is out now with following changes. Added - * Add external download command #543 #348. * Added ephemeral mode by new option `--incognito` #562. Changed --- * Hinting shows the current focused elements URI in the statusbar. * Show error if printing with `:hardcopy` fails

Re: [vimb-users] Questions about config, profiles and privacy

2019-06-17 Thread Daniel Carl
Hi Jaakko! > Jaakko Luttinen wrote: > 4. How can I achieve similar "private browsing" experience as typically > provided by browsers? Vimb provides now a private browsing mode via command line option --incognito. daniel ___ vimb-users@lists.sourcefo

Re: [vimb-users] Questions about config, profiles and privacy

2019-05-11 Thread Daniel Carl
Hi Jakko! Jaakko Luttinen wrote > 1. Can I save to the config file from vimb or do I need to edit the file > with a text editor? I wrote ":set home-page=www.foobar.com" but this > setting didn't persist and I got no config file. I would have wanted to > add permanent configs from vimb without nee

[vimb-users] [PATCH] compile issue in 3.4.0

2019-03-29 Thread Daniel Carl
Hi all! There is an issue in the 3.4.0 release which prevents to compile vimb if the sources where not checked out via git see also pull request [1]. This issue can be fixed by attached patch (thanks to Patrick Steinhardt who pointed this out and made the patch). daniel [1]: https://github.com/f

[vimb-users] Released vimb 3.4.0

2019-03-26 Thread Daniel Carl
Hi all! Vimb 3.4.0 is out now with following changes. Added - * Allow to show video in fullscreen, without statusbar and inputbox, if requested. * Added option `--no-maximize` to no start with maximized window #483. * New setting `prevent-newwindow` to enforce opening links into same window

Re: [vimb-users] About focusing on new window

2019-03-19 Thread Daniel Carl
Hi Shelby Hui-Jun Chen, > From: "Shelby Hui-Jun Chen" > Subject: [vimb-users] About focusing on new window > > The behavior is the focusing on newly opened windows. It seems that no > matter use tabbed or not, vimb will always focus on newly opened windows. > However, my habit on searching on the

[vimb-users] Which versions of webkit are in use

2018-11-16 Thread Daniel Carl
Hi All! The DOM API of current webkit2 is marked as deprecated. So we have to switch the logic from DOM API to JavaScriptCore API cf. issue [#525]. But the JavaScriptCore API is only available from webkit2 2.22.x. I there any user who uses a webkit version below 2.22? Please provide the output of

Re: [vimb-users] Wow! VimB - a great idea!

2018-11-15 Thread Daniel Carl
Hi Phil, nice to hear that you use vimb too. Philip Rhoades wrote: > Issues (sorry if this is known stuff - I'm too excited to check!): > > - YouTube does not work Youtube works for me and other users. I think you have to install some required codecs and the gst-plugin-* packages like on issue

[vimb-users] Released vimb 3.3.0

2018-11-06 Thread Daniel Carl
Hi all! Vimb 3.3.0 is out now with following changes. Added - - Allow to change following webkit settings during runtime - allow-file-access-from-file-urls - allow-universal-access-from-file-urls - Added `#define CHECK_WEBEXTENSION_ON_STARTUP 1` to config.def.h to enable checks during r

Re: [vimb-users] Gtk WARNING

2018-09-17 Thread Daniel Carl
Hi Erich, > From: "E. Hoffmann" > When I start vimb from the command-line and shut it down, > I get this error message: > > (vimb:4210): Gtk-WARNING **: Theme parsing error: :1:62: 'caret-color' > is not a valid property name > > Now I tried to insert the config file from > > https://fangling

[vimb-users] Released vimb 3.2.0

2018-06-16 Thread Daniel Carl
Hi all! Vimb 3.2.0 is out now with following changes. Added - * Allow basic motion commands for hinting too. * Show the numbers of search matches in status bar. * Show dialog if the page makes a permission request e.g. gelocation to allow the user to make a decission. * new Setting `show-ti

Re: [vimb-users] shortcuts

2017-12-22 Thread Daniel Carl
cdlscpmv wrote: > As far as I remember, it doesn't work without arguments. Thank your for answering the question. If the syntax is right it works also without arguments. :shortcut-add gt=https://translate.google.com daniel ---

[vimb-users] Released vimb 3.1.0

2017-12-18 Thread Daniel Carl
Hi all! After a long time the new vimb release 3.1.0 is out with following changes. Added - * Added completion of bookmarked URIs for ':bmr' to allow to easily remove bookmarks without loading the page first. * Refresh hints after scrolling the page or resizing the window which makes ext

[vimb-users] Icon for vimb

2017-06-11 Thread Daniel Carl
Hi All! vimb is going to become an icon. So you are pretty welcome to vote for one or to provide own icon ideas at https://github.com/fanglingsu/vimb/issues/242. Hope we can deliver vimb soon with a nice looking icon. daniel ---

Re: [vimb-users] How does one map things like ?

2017-06-05 Thread Daniel Carl
> vimb-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/vimb-users From 47b7929b8ba6a29e3d08e86642a7fb1affa033ba Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Tue, 6 Jun 2017 01:17:43 +0200 Subject: [PATCH] Allow to map and . --- src/map.c | 5 + 1 file changed, 5 insertions(+) di

Re: [vimb-users] Released vimb 3.0-alpha

2017-05-28 Thread Daniel Carl
Hi David! I'm on archlinux too and use this PKGBUILD https://github.com/fanglingsu/dotfiles/blob/master/build/vimb-git/PKGBUILD and this works. May be you use the vimb-git package from AUR which is for the previous version. daniel > From: "David Foucher" > > Hi, > > Thank you so mutch for the

[vimb-users] Released vimb 3.0-alpha

2017-05-27 Thread Daniel Carl
Hi all! After a hard time of migrating the webkit1 vimb to new webkit2 process model. The first feature reduces release is ready to use. I thank Robert Timm, Joachim Desroches, Patrick Steinhardt and Virgil Dupras for their contribution that made this release possible. It was necessary to remove

[vimb-users] Released vimb 2.12

2017-04-11 Thread Daniel Carl
Hi all! This ist the last release if the vimb for webkit1. Webkit1 is not supported anymore and is considered unsecure. So this release is a way to end the webkit1 version of vimb gracefully. I hope the webkit2 branch will be in alpha state soon. Hope some developer will help to migrate the known

Re: [vimb-users] view local files

2016-12-20 Thread Daniel Carl
t reproduce this issue on my system. Also if I open a file from within vimb by `:open /full/path/to/file.html` this works without downloading. Can you please try if the issue still appears in case you use a file-URI `:o

Re: [vimb-users] default window size and zooming

2016-12-20 Thread Daniel Carl
not follow theses hints. Maybe you can add some normal mode keymapping to run something like `sh! xdotool getactivewindow windowsize 200 100` from within vimb to resize the window. Daniel Carl -- Developer Access Program for

[vimb-users] Vimb stability issues

2016-07-26 Thread Daniel Carl
> "Daniel Leech" wrote: > Hi all, > > Does anybody else have stability problems with Vimb, for example: > > - It freezes and crashes when viewing a repository on Bitbucket. > - It crashes when viewing articles on Sitepoint > - I previously had issues with Twitter, but that seems OK now. The cras

Re: [vimb-users] Pentadactyl's :execute for vimb?

2016-06-24 Thread Daniel Carl
> klaus schilling wrote: > Hello, > > is it possible to implement the command ":execute" of Pentadactyl for > vimb? It takes its argument and evaluates it as javascript, and > thereupon it executes the result, if a string, as an ex-command. This > allows e.g. for an easy way (when compared to the

Re: [vimb-users] :source

2016-06-24 Thread Daniel Carl
> klaus schilling wrote: > Hello, > > there seems to be an ex command ":source" in the latest tarball, > but it is neither functional nor documented. I suppose at least that it > works like Pentadactyl's command of the same name and reads a file > containing ex-commands to be executed. Is the doc

Re: [vimb-users] Change mapping of viewing source code

2016-04-27 Thread Daniel Carl
> Leonardo Taccari writes: > The following should to the trick: > > nmap gf The is not needed. Because the command run in normal mode. The is required for mappings that start command mode ':' so that the command is started immediately. Daniel --

Re: [vimb-users] Change the mapping of open the last closed page in a new window.

2016-04-21 Thread Daniel Carl
> From > I really love the plugin and I'm right in the middle of changing some > mappings. The first thing I changed was: > > nnoremap x :quit > > It works nice, but now I want to remap `U` to `u` how can I do that? Not shure if I understand you right. If you want to do the same action like 'U'

Re: [vimb-users] Bookmark all opened windows

2016-01-24 Thread Daniel Carl
cdlscpmv wrote: > (For some reason sockets reside in `$XDG_RUNTIME_DIR/vimb/vimb/socket`, > although the man page says it is `$XDG_RUNTIME_DIR/vimb/socket`. It must be a > bug, or the man page is wrong.) Nice spotted! I've never noticed this wrong path. I've fixed it now to the path mentioned in

[vimb-users] Modify status bar

2016-01-18 Thread Daniel Carl
Hi Lyz! On Sun, Jan 17, 2016, Lyz wrote: > Hi, I'm moving from uzbl to vimb and I was glad to see that most of the > former features are supported. > > The only thing I didn't manage to set up is the editing of the status bar.In > uzbl beside the url I had a string with information of ssl, scripts

[vimb-users] Released vimb 2.11 - Changelog File

2015-12-18 Thread Daniel Carl
Hi All! I forgot to mention that I added a CHANGELOG.md file to the project according to the guide of http://keepachangelog.com/. So this can be referenced in the packages. daniel -- _

Re: [vimb-users] Released vimb 2.11

2015-12-17 Thread Daniel Carl
The new vimb 2.11 is now released. With some new features and important bug fixes. I thank following people for providing ideas and patches: - Benjamin Petrenko - Chris Salzberg - Dmitrij D. Czarkoff - Jiri Marsicek - Leonardo Taccari - PLR - Yutao Yuan Added * Added hint-number-same-length opt

[vimb-users] Released vimb 2.11

2015-12-17 Thread Daniel Carl
Hi all! -- ___ vimb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vimb-users

Re: [vimb-users] Coming Release compilecheck on FreeBSD

2015-12-16 Thread Daniel Carl
Leonardo Taccari wrote: > Hello Daniel and the entire vimb community! > > Daniel Carl writes: > > It's time for another vimb release with some improvements and bugfixes. > > [...] > That's a great news! :) > > > I don't have a FreeBSD mac

[vimb-users] Coming Release compilecheck on FreeBSD

2015-12-15 Thread Daniel Carl
Hi All! It's time for another vimb release with some improvements and bugfixes. There was an issue with the file locking in vimb that was introduced by a attempt to make vimb to compile on FreeBSD https://github.com/fanglingsu/vimb/issues/76. Long story short we must revert this fix because of the

Re: [vimb-users] webkit2

2015-11-11 Thread Daniel Carl
I'm working on a first initial version for webkit2-gtk. But the change architecture forces me to do it nearly from scratch. So I hope I'll find some time to push a first version to allow other developers to help to implement as many of the features of the webkit1 version. -- Daniel

Re: [vimb-users] build on mac

2015-11-01 Thread Daniel Carl
> From: "Patrick Redmond" > Has anyone tried and/or succeeded to build vimb on mac osx? > > The webkit headers on OSX seem to have Objective-C in them, which breaks > compilation. According to https://github.com/fanglingsu/vimb/issues/67 Lingnan Dai has compiled vimb on retina macbook, not sure w

[vimb-users] Icon for vimb

2015-10-07 Thread Daniel Carl
Hi! I haven spent any time to think about a nice icon for vimb, but now there is a feature request to allow to set an icon by default to easily identify the right window on some menues of some window managers. So I invite you to make some suggestions or proposals how the vimb icon should look lik

Re: [vimb-users] Accessing vimb from the GNU Emacs

2015-08-31 Thread Daniel Carl
klaus schilling wrote: > Hi, > > I've achieved using the Unix domain socket of the GNU Emacs to connect > with a recent vimb version without the need of a relay such as > socat. Yet it involves a lot of manual work, and I only use it for > simple tasks. If I achieve to do more useful stuff this w

Re: [vimb-users] Released vimb 2.10

2015-06-15 Thread Daniel Carl
Leonardo Taccari wrote: > Hello Daniel and the entire Vimb community! > > ... > Just a very small note regarding Makefile... > I have updated the package in pkgsrc-wip and I had needed to adjust two > lines in Makefile (install(1)[0] -D option in NetBSD have a different > behaviour, the same appl

[vimb-users] Released vimb 2.10

2015-06-13 Thread Daniel Carl
Hi all! After a long time, and less time, vimb 2.10 is now released. Attension - Moved default hint css from js to config.def.h file (#199). This requires to copy the HINT_CSS content from config.def.h to the users config.h file, else the compilation would fail. Features: - Allow to use fo

Re: [vimb-users] Slow page loading

2015-05-03 Thread Daniel Carl
Alex wrote: > My system: Debian 8. > browser version: vimb/2.9 > > Page loading is very slow. > Directories .config/vimb and .cache/vimb were mounted in tmpfs. > But this does not solve the problem and load still remains slow. > > I use vimb with default settings. Vimb looks for environment var

Re: [vimb-users] manual page cleanup

2015-02-21 Thread Daniel Carl
Thank you for the patch and the information what's portable or not for man pages. I must admit that I've never took the time to learn which of the troff and groff marcros are portable. -- Daniel Carl Ingo Schwarze wrote: > Hi, > > here is a cleanup of the manual page. >

Re: [vimb-users] styling ex line and status line

2015-01-24 Thread Daniel Carl
klaus schilling wrote: > Hello, > Is it possible to change the font type, size, and colors of the status > line and the ex command line of vimb? Would it require editing the > userstyle sheet, creating a gtk theme, or changing the source code of > vimb? The style of the status line can be changed

Re: [vimb-users] imap field

2015-01-22 Thread Daniel Carl
> Hi Daniel, > > Thanks for your input so far. I know how to trigger the input mode (gi) > but I still cannot fathom how to make an imap mapping work. > > Specifically, these two statements look at odds: > > > the :imap mappings work only if you do not keep in input mode > > The imap action a

Re: [vimb-users] Rookie question

2015-01-20 Thread Daniel Carl
robohobo wrote: > Yes, thanks for the extended answer. I get the philosophy, but I could not > see how to implement my settings. Unfortunately vimb is quite new so > documentation is still sparse. Did you have a look into the map page? If this is not helping you, I'd encourage you to help to make

Re: [vimb-users] imap field

2015-01-20 Thread Daniel Carl
roboh...@anche.no wrote: > So I am trying to have vimb hash passwords with pwdhash.rb. I do not know if > vimb makes it possible to inject a string in a field but I am ok with > pasting for now. In the future maybe I will try to understand how the > formfiller works and autopaste. So I have tried:

Re: [vimb-users] Rookie question

2015-01-20 Thread Daniel Carl
robohobo wrote: > It works perfectly! > > Grazie mille, In this case vimb differs from dwb and some other browsers. All settings you change during runtime by typing into the inputbox of the browser window are only applied to the current running instance. Each new openen window will not be touche

Re: [vimb-users] Configuration File (vimbrc)

2015-01-17 Thread Daniel Carl
Daniel Carl itamar de aguiar wrote: > Hi. I'm trying to use vimb based on Arch Linux + i3 window manager. > So, here is the question. > > I've try to put into '~/.config/vimb/config' some vim commands, but it > did not worked. > Let's say that i wa

[vimb-users] Released vimb 2.9

2015-01-16 Thread Daniel Carl
Hi all! Vimb 2.9 is now released. This release took some time, but it's full of many changes and nice features. Features: - --cmd, -C option can be given multiple times (thanks to Sébastien Marie) - new setting 'cookie-expire-time' (thanks to Sébastien Marie) - new setting 'auto-response-header

Re: [vimb-users] Formatting JSON documents ?

2015-01-16 Thread Daniel Carl
dan...@dantleech.com wrote: > Hi all, > > Is there a way that I could automatically execute a javascript file > when > a certain content type is loaded? > > For example, when the response from the server is application/json then > execute > a script (e.g. `VIMB_CONFIG_DIR/scripts/format_json.j

Re: [vimb-users] Bidirectional remote control

2014-12-30 Thread Daniel Carl
klaus schilling wrote: > Hello, > I just noticed the recent addition of a remote control feature by means > of a fifo. As it only uses one fifo, the interaction is unidirectional, > and the output of a command gets lost in the land of nowhere. > > Will it be possible later on to add support for b

[vimb-users] Vimb is going to be released

2014-12-21 Thread Daniel Carl
Hi All! It's time to make a new vimb release with some new features. But unfortunately there is still a open bugs that I can't reproduce. So it would be great if someone else can help to fix it before the release. https://github.com/fanglingsu/vimb/issues/108 Compile error on FreeBSD-10. I've no

Re: [vimb-users] Bidirectional remote control

2014-11-27 Thread Daniel Carl
> Would cookies also be a possibility for passing data from a running > instance of vimb back to the system? But I don't see any documention > about how to parse the cookie file from outside, although it is readable > and plain text. Do you want to set cookies to transport values out of vimb, or d

Re: [vimb-users] Bidirectional remote control

2014-11-24 Thread Daniel Carl
klaus schilling wrote: > Will it be possible later on to add support for bidirectional remote > control, either by means of a second fifo or by sockets (tcp/ip or unix > namespace) that can be accessed via socat, similar to uzbl's core > functionality? This would allow to control vimb semi-interac

Re: [vimb-users] Adblock?

2014-11-11 Thread Daniel Carl
Hi Daniel! Daniel Leech wrote: > Hello everybody, > > Is there a best practice way for implementing adblocking with vimb? I use the privoxy filter proxy for that and use the rules from easylist. Since some weeks I complemented this by hosts blocking to block a whole domains that are known to be

[vimb-users] Adblock?

2014-11-11 Thread Daniel Carl
Hi! Following message was discarded by a wrong mailman filter rule. So I need to forward the only copy of it to you. - Forwarded message from m...@the-compiler.org - From: Florian Bruhin To: vimb-users@lists.sourceforge.net Date: Tue, 11 Nov 2014 11:13:29 +0100 User-Agent: Mutt/1.5.23.1

Re: [vimb-users] Caret-based cut and paste

2014-11-04 Thread Daniel Carl
> hello, > is it possible to implement mouseless cut-and-paste commands in vimb > with javascript, similar to the visual mode of the firefox addon > "Vimperator"? Basicaally, the caret would have tro be moved to the > beginning and the end of the spot in the document (not necessarily in an > editab

Re: [vimb-users] Released vimb 2.8

2014-11-02 Thread Daniel Carl
Leonardo Taccari wrote: > Apart that it also seems that with the new 2.8 various problems > regarding downloads in vimb are disappeared (I didn't have time to > investigate why they did appeared in the 2.7 release in the last weeks > and I'd used ;y as a workaround :))! I think the fix for that w

Re: [vimb-users] Autocmd for vimb mode changes

2014-10-17 Thread Daniel Carl
cdlscpmv wrote: > Hi, Daniel! > > The only use case, I can think of, is statusbar highlighting. For example, > when > in insert mode, statusbar changes color, like it is done in some status line > plugins for vim. Thank you for the response. I think this would mainly be useful for the input m

[vimb-users] Autocmd for vimb mode changes

2014-10-16 Thread Daniel Carl
Hi all! Initially I thought about to implement the new autocmd feature also for the mode changes in vimb https://github.com/fanglingsu/vimb/issues/100. That means that the user can add autocmd for following events - InputEnter - InputLeave - NormalEnter - NormalLeave - PassthroughEnter - Passthro

Re: [vimb-users] Released vimb 2.8

2014-10-12 Thread Daniel Carl
cdlscpmv wrote: > Thanks, Daniel! I've been using the autocmd feature for some time now. It > works great. I don't use anything except LoadCommited though. > > There is a small issue with matching subdomains. As of now I have to write > something like this: > > :autocmd LoadCommited http{s,}://

[vimb-users] Released vimb 2.8

2014-10-11 Thread Daniel Carl
Hi all! Vimb 2.8 is now released. The :autocmd and :augroup feature is now available. But I've not so much time to test this, because of my new born son. So I hope you all help to test this feature and find nice cases to use it. Changes: - Added bang for :eval command to run JavaScript code sile

[vimb-users] Released vimb 2.7

2014-08-22 Thread Daniel Carl
Hi all! Vimb 2.7 is now released. Features: - extended the syntax for :set commands. Like vim, vimb supports the following :set flavors: :set+=val, :set-=val and :set^=val. These works for strings, numbers and even lists. So you can now easily add or remove a customer header by something l

[vimb-users] Released vimb 2.6

2014-07-20 Thread Daniel Carl
Hi All! Vimb version 2.6 is now released. Features: - allow to use eternal tool or script to handle downloads This can be enabled with the new setting 'download-use-external'. The tool can be set with ':set download-command'. By default vimb still runs download through webkit built in mech

[vimb-users] Released vimb 2.5

2014-06-17 Thread Daniel Carl
Hi All! After a long time, vimb 2.5 is now released. Main features: - Support for HTTP Strict Transport Security (HSTS) - Added support for URI handler to spawn custom programs depending on protocol. Thanks to Samuel Archer who implemented this for us. - Added completion for :handler-remove an

[vimb-users] Released vimb 2.4

2014-05-20 Thread Daniel Carl
Hi All! The new vimb version 2.4 is now released. Main Changes: - Show the completion list after the hight was set - Fixed g_source_remove call with none existing source that causes some error messages on new glib - Fixed wrong default treeView height on gtk3 - Fixed compile error on FreeBSD -

[vimb-users] Released vimb 2.3

2014-04-05 Thread Daniel Carl
Hi All! The new vimb version 2.3 is now released. Main Changes: - Stop previous search before new one - Fixed wrong download path for pages with trailing / - Allow to complete multiple tags for :bma command - Added async :shellcmd! - Fixed none working 'F' hintmode for webkit2 - Use 'tls-databas

Re: [vimb-users] External downloader

2014-03-02 Thread Daniel Carl
cdlscpmv wrote: > On 03/01, Daniel Carl wrote: > > What do you mean with the detaching from vimb. > > I thought that the external downloader would behave the same way as the :sh > command does. When I run something with :sh, vimb blocks itself entirely > until the chil

Re: [vimb-users] External downloader

2014-02-28 Thread Daniel Carl
cdlscpmv wrote: > > You are right, multiple downloads started by hinting like `g;s` will disturb > > the user from selecting the links/files to download if there opens new > > terminals. > How about detaching the external downloader from vimb completely? What do you mean with the detaching from v

Re: [vimb-users] External downloader

2014-02-27 Thread Daniel Carl
Daniel Carl cdlscpmv wrote: > I haven't tested it yet since I could not find any site that would require > Basic-Authentication for downloading files, but you can do it with curl or > wget as follows: > > wget --http-user=user --http-password=password $URL

Re: [vimb-users] External downloader

2014-02-27 Thread Daniel Carl
Hi All! I started a new branch 'external-download' where the new external downloaded could be tested. At the moment the external downloader replaces the previous logic. But there is an issue if we try to download some files that require authentication (Basic-Autentication) that is handles by webk

Re: [vimb-users] External downloader

2014-02-26 Thread Daniel Carl
Daniel Carl cdlscpmv wrote: > It would be nice if this information could be displayed like [D:3] or [D(3)] > on the status bar. This should be easy. > > - and if the downloader returns the real download target path to stdout, we > > could possibly display this in the inpu

Re: [vimb-users] External downloader

2014-02-24 Thread Daniel Carl
Hi All! cdlscpmv wrote: > First of all, vimb doesn't support some nice features of download managers, > for example, retrying failed download or parallel downloads. It is very > useful if you were downloading a big file and the download was interrupted > for some reason. Then you don't need to r

Re: [vimb-users] Enhancement (per domain setting)

2014-02-24 Thread Daniel Carl
cdlscpmv wrote: > I agree, `autocmd` is better than "per domain settings" since it is more > powerful and may be of some use in the long run. Thank you for this confirmation. After some hours thinking about the autocmd, I found two problems that we have to solve to git this working. 1. In vim e

Re: [vimb-users] Enhancement (per domain setting)

2014-02-22 Thread Daniel Carl
Hi! cdlscpmv wrote: > Hi! > > I've recently started using vimb and one of the main things I am missing > right now is "per domain settings". It would be very useful to set > different webkit's settings for some sites. I can imagine that this could be useful for some other users too. And there

[vimb-users] Version 2.2 released

2014-02-01 Thread Daniel Carl
Hi All! The new vimb version 2.2 is now released. - added page marks via m{a-z} and navigating to them '{a-z} - evaluate `no_proxy` environment variable - fixed regression in prev-/nextpattern evaluation - allow to run ex-commands on startup via `--cmd` option (maybe this will be removed in a l

Re: [vimb-users] disable stylesheets

2014-01-23 Thread Daniel Carl
Klaus Schilling wrote: > hi, > is there a way to disable all stylesheets of a loaded document with some vimb > command, > possbly evaluating some suitable javascript statement? What's the use case for this? There are multiple stylesheets applied to the page, those that are compiled in webkit sel

[vimb-users] Testing before next release

2014-01-23 Thread Daniel Carl
Hi All! The version 2.2 is going to be released soon and the last release introduced a regression in the hinting. So I'm more cautious with the next release now. There are also some minor changes in the linke libraries that might cause compiling issues on some systems. If some of you have some ti

Re: [vimb-users] Version 2.1 released

2014-01-16 Thread Daniel Carl
Leonardo Taccari wrote: > Hello Daniel, > I can confirm that it works on NetBSD and as always I have just updated the > pkgsrc package. > > Thanks for this release and keep up the good works! Thank you for the feedback. Daniel ---

[vimb-users] Version 2.1 released

2014-01-15 Thread Daniel Carl
Hi All! After fixing some bugs introduced by the changes in hinting to get the extended hint mode working, the version 2.1 of vimb is now final. Changes: - some gui style fixes for the build against gtk3 - change in the responsibilities of the c code and the JavaScript code for the hinting - ru

[vimb-users] extended hint mode merged into master

2014-01-05 Thread Daniel Carl
Hi All! The branch with the new extended hint mode is now merged into master branch. I'm using this in the last weeks and find myself thinking about which hinting is available also as extended hinting `g;{mode}`. At the moment the extended hint mode exists only for modes `IpPsty` because the othe

[vimb-users] Extended hint mode needs testing

2013-12-21 Thread Daniel Carl
Hi All! After a long time thinking about the way to implement the extended hint mode known from pentadacty (g;X with X is a known hint mode). I think it's done. I'll will test it some days to see if nothing else is broken though the heavy changes that where required. I hope someone else could use

Re: [vimb-users] Version 2.0 released

2013-11-23 Thread Daniel Carl
Daniel Carl Leonardo Taccari wrote: > Hello Daniel, > > On Sat, Nov 23, 2013 at 03:12:15PM +0100, Daniel Carl wrote: > > These are axamples of those commands that exists only in normal mode. To map > > them you could use something like ( and are vimb normal mode > >

Re: [vimb-users] Version 2.0 released

2013-11-23 Thread Daniel Carl
Hi All! Leonardo Taccari wrote: > I prefer to have all commands that was present in the previous releases, > they make vimb usage simpler (...and if, for example, I forget the > keybinding I can always type ":back" or whatever!...). For those, who struggle with the changed commands too. I've coll

Re: [vimb-users] Version 2.0 released

2013-11-23 Thread Daniel Carl
Hi! Leonardo Taccari wrote: > Hello Daniel and all! > > Thank you for this new release... I hope to use the new keybinding > features soon. > However, it seems that a lot of commands are removed in this release. > Why that? Is it done in order to just reduce SLOCs? Oh I didn't mention that. In t

[vimb-users] Version 2.0 released

2013-11-22 Thread Daniel Carl
Hi All! After a long time without known bugs it's time to release vimb 2.0. Note the the systax of some commands was change sind last release. This effects mainly the :?map commands, where now a ' ' is used instead of the previous '=' to devide the keys from the command to map. Also the format fo

Re: [vimb-users] prev/next feature

2013-10-27 Thread Daniel Carl
Hi Lingnan! I pushed the next/previous link following to master branch. I hope this works. Thank you for the feature request and your code sample. The current version works a little bit different from you example, but more like pentadactyl. The prev/next matchings is done beginning from the last

[vimb-users] Merged branch new-key-handling to master

2013-10-20 Thread Daniel Carl
Hi All! I've merged the branch with the new keyhandling into the master. Changes: - Keymapping can be consist of multiple keys like in vim - To the ':nmap', ':cmap' and ':imap' commands exists also no remapped counter parts ':nnoremap', ':cnoremap', ... you should know them from vim - already f