Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
3718bcde
Commit
3718bcde
authored
Mar 29, 2005
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fortran Motion): Add fortran-end-of-block,
fortran-beginning-of-block.
parent
8cb8832f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
man/programs.texi
man/programs.texi
+14
-9
No files found.
man/programs.texi
View file @
3718bcde
...
...
@@ -1842,7 +1842,7 @@ Emacs normally uses Fortran mode for files with extension @samp{.f},
In addition to the normal commands for moving by and operating on
``defuns'' (Fortran subprograms---functions and subroutines, as well as
modules for F90 mode), Fortran mode provides special commands to move by
statements.
statements
and other program units
.
@table @kbd
@kindex C-c C-n @r{(Fortran mode)}
...
...
@@ -1877,21 +1877,26 @@ Move point backward to the previous code block
(@code{f90-previous-block}). This is like @code{f90-next-block}, but
moves backwards.
@kindex C-M-n @r{(Fortran mode)}
@kindex C-M-n @r{(F90 mode)}
@findex fortran-end-of-block
@findex f90-end-of-block
@item C-M-n
Move to the end of the current code block (@code{f90-end-of-block}).
This is for F90 mode only. With a numeric agument, move forward that
number of blocks. This command checks for consistency of block types
and labels (if present), but it does not check the outermost block
since that may be incomplete. The mark is set before moving point.
Move to the end of the current code block (@code{fortran-end-of-block},
@code{f90-end-of-block}). With a numeric agument, move forward that
number of blocks. The mark is set before moving point. The F90 mode
version of this command checks for consistency of block types and labels
(if present), but it does not check the outermost block since that may
be incomplete.
@kindex C-M-p @r{(Fortran mode)}
@kindex C-M-p @r{(F90 mode)}
@findex fortran-beginning-of-block
@findex f90-beginning-of-block
@item C-M-p
Move to the start of the current code block
(@code{f
90-beginning-of-block}). This is like @code{f90-end-of-block},
but moves backwards.
(@code{f
ortran-beginning-of-block}, @code{f90-beginning-of-block}). This
is like @code{fortran-end-of-block},
but moves backwards.
@end table
@node Fortran Indent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment