Questions tagged [docview]
23 questions
0
votes
1 answer
Emacs: setting doc-view-continuous doesn't work with modified key-bindings
I work in Emacs with ergoemacs minor mode turned on. This minor mode changes C-n and C-p to M-k and M-i correspondingly.
In doc-view mode I can move up and down inside one page with M-i and M-k but when the end (beginning) of the page is reached the…

Maksim Zholudev
- 659
- 2
- 5
- 17
0
votes
1 answer
Emacs docview: saving/jumping to locations with
When using doc-view in Emacs, I'd like to jump to different locations (e.g., move to the bibliography of a paper and back to where I was). I've tried using C-u C-SPC and registers to jump to different locations, but it doesn't work when I'm in…

falsum
- 349
- 1
- 7
0
votes
1 answer
Passing Parameters to MFC View Before OnCreateClient
I have an MFC MDI app based on Doc/View Architecture. The problem is that I want to pass some parameters to the View class from the main frame "before" OnCreateClient is called. I am not sure how I can do that as most of the stuff in the doc/ view…

Jaywalker
- 3,079
- 3
- 28
- 44
0
votes
4 answers
Tracking tooltip in CScrollView?
In a standard C++/MFC MDI doc/view project, I want to implement a tracking tooltip in the view (the tabbed view windows which generally occupy most of the main frame window). So, in class MyAppView, I have a member CToolTipCtrl tooltip. Function…

Woody20
- 791
- 11
- 30
0
votes
1 answer
How can I use doc view in emacs -nw?
Suppose I want to open the pdf file in the emacs. It is very easy in the emacs gui by using C-x C-f. But when I use it in emacs -nw. It shows the code instead of document. How can I do that? Thank you.

yuxuan
- 417
- 5
- 16
0
votes
1 answer
MFC: Accessing Views from Mainframe
I am trying to access a view inside a splitter from my mainframe. At the moment I have this:
CWnd* pView = m_wndSplitter.GetPane( 0, 0 );
However this gets me a pointer to the CWnd not the CMyViewClass object.
Can anyone explain to me what I need to…

Konrad
- 39,751
- 32
- 78
- 114
0
votes
1 answer
Help to restructure my Doc/View more correctly
Edited by OP.
My program is in need of a lot of cleanup and restructuring.
In another post I asked about leaving the MFC DocView framework and going to the WinProc & Message Loop way (what is that called for short?). Well at present I am thinking…

Harvey
- 2,062
- 2
- 21
- 38
0
votes
2 answers
pdf embedded in emacs?
I would like to ask if anybody knows of a possibility to render pdf file inside emacs. I noticed with w3m browsing a web page with a link to pdf it actually open with doc view it in another buffer (as you can see). How can I do it with other…

Enrico Pirani
- 1,387
- 3
- 13
- 22